|
|
|
|
|
by jart
1971 days ago
|
|
If anyone would prefer to write LISP rather than FORTH, I wrote a similar project that would let you dust the ashes off any post-apocalyptic x86 machine and run John McCarthy's metacircular evaluator in nearly 512 bytes. https://github.com/jart/sectorlisp |
|
Part of the magic of a minimalist Forth environment is that they come with primitives for accessing raw memory, the stacks, and facilities for extending the language. You can build new parsing words, interface with hardware, and so on.