I read through L1 lecture notes.  They are a nice review of SICP pdf.
The Dont'Panic Guide was not useful and can be skipped me thinks.

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.

Chris

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to