[EMAIL PROTECTED] wrote:
A nice test of one's understanding of Scheme evaulation would be to write your own interpreter or REPL in your favorite scripting language. The print and loop parts of the REPL are trivial. The read machine may involve some parsing. Perhaps flex/bison would be best there. That then leaves the evaluate machine.
You might particularly enjoy this: http://thinkpython.blogspot.com/2005/02/simple-scheme-interpreter.html -- Tracy R Reed Read my blog at http://ultraviolet.org Key fingerprint = D4A8 4860 535C ABF8 BA97 25A6 F4F2 1829 9615 02AD Non-GPG signed mail gets read only if I can find it among the spam. -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
