💾 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

View Raw

More Information

➡️ Next capture (2023-04-19)

-=-=-=-=-=-=-

RetroForth/ilo

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.

Download

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)

retro-ilo.sh Instructions

Source Repositories

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

The Other Systems

RetroForth implementations run on three virtual computers: ilo, napia, and nga. The ilo system is the smallest of the three.

ilo.retroforth.org

napia.retroforth.org

nga.retroforth.org