Find a file
Peter Fidelman 755d8e068b add README
2022-04-10 16:34:08 -07:00
frustration.rs TODO list of upcoming features 2022-04-01 23:37:17 -07:00
README.md add README 2022-04-10 16:34:08 -07:00

Forth in Rust.

FRUSTRATION has got a foot standing on its own tail because writing a monolithic outer interpreter in a high level language makes it really annoying to monkey with the functioning of the interpreter from within the language it's interpreting. PARSE/WORD and the input stream handling was the first place this became obvious. This design is a dead end. The path forward would be stripping it back to primitives and rewriting the outer interpreter in Forth.