crc on Nostr: A followup on my project to implement my #ilo vm in #harelang : an initial ...
A followup on my project to implement my #ilo vm in #harelang : an initial implementation is finished and added to the repository (http://fossils.retroforth.org:8000/ilo/info/b5d39a02f02e71bb ; no git mirror for now since sr.ht is still down due to the DDoS).
The I/O code needs more work. It's functional, but very slow and lacks any error checks. I will probably defer on this until later in the year though.
One small note on the file i/o: I was only able to get changes to the blocks to actually be written if I manually call io::close(); defer() for this did not work.
The I/O code needs more work. It's functional, but very slow and lacks any error checks. I will probably defer on this until later in the year though.
One small note on the file i/o: I was only able to get changes to the blocks to actually be written if I manually call io::close(); defer() for this did not work.