Little Lisp interpreter
hackerschool.com
Little Lisp interpreter
1–10 of 49 posts
Re: Little Lisp interpreter
#2God says... C:\TAD\Text\QUIX.TXT
f the dark shadows of ignorance that my unhappy constant study of those detestable books of chivalry cast over it. Now I see through their absurdities and deceptions, and it only grieves me that this destruction of my illusions has come so late that it leaves me no time to make some amends by reading other books that might be a light to my soul. Niece, I feel myself at the point of death, and I would fain meet it in such a way as to show that my life has not been so ill that I should leave behind me
Re: Little Lisp interpreter
#3Re: Little Lisp interpreter
#4http://michaux.ca/articles/scheme-from-scratch-introduction
I had fun following along with him. Now, if he (or I can get my shot at it finished) can ever finish working on the byte-code based version!
Re: Little Lisp interpreter
#5Re: Little Lisp interpreter
#6Re: Little Lisp interpreter
#7Already down? Google-cached: http://webcache.googleusercontent.com/search?q=cache:https:/...
Re: Little Lisp interpreter
#8If you find that interesting, you should probably take a look at this: http://michaux.ca/articles/scheme-from-scratch-introduction I had fun following along with him. Now, if he (or I can get my shot at it finished) can ever finish working on the byte-code based version!
Re: Little Lisp interpreter
#9Re: Little Lisp interpreter
#10And does anyone else dislike web design that (1) limits the text to a column a third of the page wide, and then (2) because this is too small, requires a horizontal scrollbar on code segments?
For an explanation of a small Lisp interpreter (in Python) that uses sane web design, one might consider Norvig's http://norvig.com/lispy.html