On Jan 16, 2008 11:03 PM, <[EMAIL PROTECTED]> wrote: > 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 >
I for one had to go through the Don't Panic Guide, skipping the parts that talked about using the MIT lab. I'm not an Emacs user, so I needed an intro to Edwin to get going. Now if I can only stop banging on the ESC key, I would do much better! I think if you could write your own Lisp interpreter, you're way ahead of the curve for this study group. :) -- Mark Schoonover, CMDBA http://www.linkedin.com/in/markschoonover http://marksitblog.blogspot.com [EMAIL PROTECTED] -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
