Hi Ana, * Ana Zgombic <[email protected]> [110219 16:33]: > Hi list, > > i'm looking for a minimum list of functions to create a lisp > interpreter (like picolisp :). which ones to master to grok all of the > other functions that are built on top of the foundation functions?
A nice hands on description about writing a lisp interpreter / compiler is "Lisp in small pieces" by Christian Queinnec, Cambridge Press, ISBN 0-521-54566-8. The book describes a Lisp-1 language (scheme) and has all the details written in a nice to read manner. Hope this helps, Christian -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
