Re: A handful of LISP questions

Andreas Hinze <ahz@snafu.de>
Tue, 19 Jun 2007 18:59:16 +0200

          From comp.compilers

Related articles
A handful of LISP questions tactics40@gmail.com (tactics) (2007-06-19)
Re: A handful of LISP questions gene.ressler@gmail.com (Gene) (2007-06-19)
Re: A handful of LISP questions nmh@t3x.org (Nils M Holm) (2007-06-19)
Re: A handful of LISP questions mcr@nerdware.org (Martin Rodgers) (2007-06-19)
Re: A handful of LISP questions mal@wyrd.be (Lieven Marchand) (2007-06-19)
Re: A handful of LISP questions ahz@snafu.de (Andreas Hinze) (2007-06-19)
Re: A handful of LISP questions tactics40@gmail.com (tactics) (2007-06-20)
Re: A handful of LISP questions gene.ressler@gmail.com (Gene) (2007-06-20)
| List of all articles for this month |

From: Andreas Hinze <ahz@snafu.de>
Newsgroups: comp.compilers
Date: Tue, 19 Jun 2007 18:59:16 +0200
Organization: Compilers Central
References: 07-06-033
Keywords: Lisp, bibliography
Posted-Date: 19 Jun 2007 13:43:21 EDT

Hi


Do you want to implement a Lisp-1 (like Scheme) or Lisp-2 (like Common
Lisp) ?


However, if you seriously want to write a lisp interpreter then you
should have a look into


"Lisp in small pieces" by Queinnec & Callaway


which is a special book about implementation of Lisp interpreters &
compilers).


Also the book from Jones & Lins about garbage collection that was
mentioned in another answer will help you at this topic.


Simple Lisp interpreter/compiler can be found i.e. in "Paradigms of
Artificial Intelligence Programming: Case Studies in Common LISP" by
Peter Norvig or "The ANSI Common Lisp Book" by Paul Graham.


Moreover there is the newsgroup comp.lang.lisp. There you will find
i.e. the maintainers of CLISP, CMUCL, SBCL and some comercial lisp
implementors. I assume that in comp.lang.scheme you can meet the
implementators of the various scheme interpreters.


Hth
Andreas


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.