add README

This commit is contained in:
Peter Fidelman 2022-04-10 16:34:08 -07:00
parent 07f935e38e
commit 755d8e068b

9
README.md Normal file
View file

@ -0,0 +1,9 @@
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.