Related articles |
---|
writing a scheme interpreter? nigel.redding@gmail.com (nvr) (2007-10-28) |
Re: writing a scheme interpreter? nmh@t3x.org (Nils M Holm) (2007-10-29) |
Re: writing a scheme interpreter? dmpots@gmail.com (dave peixotto) (2007-10-31) |
Re: writing a scheme interpreter? lispnik@gmail.com (Ivan Boldyrev) (2007-10-31) |
From: | Ivan Boldyrev <lispnik@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Wed, 31 Oct 2007 21:41:25 +0600 |
Organization: | Compilers Central |
References: | 07-10-092 |
Keywords: | Scheme |
Posted-Date: | 31 Oct 2007 15:28:23 EDT |
X-Mantra: | OM MANI PADME HUM |
On 10007 day of my life nvr wrote:
> How would I begin to write a scheme interpreter?
Look at "Lisp in Small Pieces" (aka LiSP) by C. Queinnec if you are
lucky to find it in a library.
C. Queinnec. Lisp in Small Pieces. Cambridge Univ. Press, 1996.
ISBN 0-521-56247-3
And "Paradigms of Artificial Intelligence Programming" by Peter Norvig
also discuss Scheme implementation (but mostly in Common Lisp).
--
Ivan Boldyrev
XML -- new language of ML family.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.