Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news.musoftware.de!wum.musoftware.de!news.ripco.com!rahul.net!wasp.rahul.net!rahul.net!news.lightlink.com!news.iecc.com!nerds-end From: Martin Rodgers Newsgroups: comp.compilers Subject: Re: Reading list suggestions for compiling Scheme Date: Fri, 08 Apr 2011 19:37:31 +0100 Organization: Compilers Central Lines: 15 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-04-012@comp.compilers> References: <11-04-007@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: gal.iecc.com 1302461048 42766 64.57.183.58 (10 Apr 2011 18:44:08 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Sun, 10 Apr 2011 18:44:08 +0000 (UTC) Keywords: Scheme, bibliography Posted-Date: 10 Apr 2011 14:44:08 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:79 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.