💾 Archived View for ilo.retroforth.org captured on 2023-01-29 at 02:11:57. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
This is a new implementation of RetroForth and a little virtual computer (named ilo) to run it.
Features:
The source and documentation are distributed under the ISC license.
Get the snapshot, uncompress, and run the appropriate binary for your system.
Latest Snapshot (image, blocks, vm binaries, vm source)
retro-ilo.sh (shell script install, update, launcher)
Currently the full source tree can only be obtained via either Fossil or git:
# fossil fossil clone http://forth.works:8000/ retro-ilo.fossil mkdir retro-ilo; cd retro-ilo fossil open ../retro-ilo.fossil # git git clone https://git.sr.ht/~crc_/retro-ilo cd retro-ilo
RetroForth implementations run on three virtual computers: ilo, napia, and nga. The ilo system is the smallest of the three.