mirror of
https://gitlab.cs.washington.edu/fidelp/frustration.git
synced 2024-12-25 21:58:11 +01:00
add README
This commit is contained in:
parent
07f935e38e
commit
755d8e068b
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal 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.
|
Loading…
Reference in a new issue