Re: writing a scheme interpreter?

Nils M Holm <nmh@t3x.org>
Mon, 29 Oct 2007 11:43:11 +0100

          From comp.compilers

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)
| List of all articles for this month |

From: Nils M Holm <nmh@t3x.org>
Newsgroups: comp.compilers
Date: Mon, 29 Oct 2007 11:43:11 +0100
Organization: Compilers Central
Keywords: Scheme
Posted-Date: 29 Oct 2007 13:15:46 EDT

nvr <nigel.redding@gmail.com> wrote:
> How would I begin to write a scheme interpreter? I've started, but I'm
> not sure I'm even doing correctly. I've googled it but what comes up
> isn't what I'm looking for. I'm writing it in C btw.
> [How about looking at SIOD? http://people.delphiforums.com/gjc/siod.html
> -John]


You also may have a look at "Scheme 9 from Empty Space". Its code
tries to be comprehensible rather than clever, and it is intended
as a starting point for people who want to learn to implement LISP.


URL: http://www.t3x.org/bits/s9fes/


--
Nils M Holm <nmh@t3x.org> -- http://t3x.org/nmh/


Post a followup to this message

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