Subject: Forth like interpreter - DN [1]
"Darrell" <darrell@dorb.com> - 11 Mar 2000 - comp.lang.python
Wrote a Forth like interpreter in Python. Probably useless but it gave me something to do today. http://www.dorb.com/darrell/forth/forth.py Kragen Sitaker mentioned in "What if Python Replaced Elisp" that Forth compilers were easy. He's right! I only did one branching instruction "if" and an assortment of other words. The compile phase could generate Python byte code or for real crazies assembler. Real Forth often comes with an assembler built in. So I can see how some version of Lisp might compile to assembler. --Darrell
Last modified
2000-07-20
2000-07-20
(195.108.246.52)
Note: you are looking at
the snapshot of an old wiki
- much of this information
is likely to be very outdated
