Re: Reading list suggestions for compiling Scheme

Martin Rodgers <mcr@wildcard.demon.co.uk>
Fri, 08 Apr 2011 19:37:31 +0100

          From comp.compilers

Related articles
Reading list suggestions for compiling Scheme tburdick@gmail.com (Thomas F. Burdick) (2011-04-07)
Re: Reading list suggestions for compiling Scheme mcr@wildcard.demon.co.uk (Martin Rodgers) (2011-04-08)
Re: Reading list suggestions for compiling Scheme martin@gkc.org.uk (Martin Ward) (2011-04-09)
| List of all articles for this month |

From: Martin Rodgers <mcr@wildcard.demon.co.uk>
Newsgroups: comp.compilers
Date: Fri, 08 Apr 2011 19:37:31 +0100
Organization: Compilers Central
References: 11-04-007
Keywords: Scheme, bibliography
Posted-Date: 10 Apr 2011 14:44:08 EDT

Thomas F. Burdick wrote:


> Any suggestions would be greatly appreciated.


Lisp in Small Pieces, Christian Queinnec


It's a book, but it covers just about everything you'd need. Lots
of working code, including two complete compilers. One compiles
to bytecodes and the other compiler generates C code.


Lots of interpreters, too, and other useful machinery. The code
is written in Scheme and supports various subsets of the same
language. It also explains a number of concepts that you might
not find in the papers.



Post a followup to this message

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