Comment on Rust in the NetBSD Kernel, and other odd decisionsparentComments−bandrami7moThere are self-hosted Forths−anthk7moSubleq and Eforth can self-compile, yes.Being base.dec a subleq EForth image and eforth.fth the source code, to create a new one: ./subleq base.dec < tuned_eforth.fth > new.dec And Uxn partially. You can run the compiler as a UXN rom (Drimflim.rom). So by just having a recent working VM you can compile the rest with uxn2 or 'uxncli dribflim.rom app.tal app.rom'. Tal files are source files.
Comments
There are self-hosted Forths
Subleq and Eforth can self-compile, yes.
Being base.dec a subleq EForth image and eforth.fth the source code, to create a new one:
So by just having a recent working VM you can compile the rest with uxn2 or 'uxncli dribflim.rom app.tal app.rom'. Tal files are source files.