From: ·······@laidbak.UUCP
Subject: Books about LISP Implementation
Date: 
Message-ID: <1168@laidbak.UUCP>
Would anyone recommend some good books about LISP implementation?  I can
recommend three, but surely there are others.

My recommendations:

Allen                        - The Anatomy of LISP
Abelson, Sussman and Sussman - The Structure and Interpretation of Computer
                               Programs
Gabriel                      - Performance and Evaluation of LISP Systems

Thanks in advance,


Eric Terrell
From: Jay Freeman
Subject: Re: Books about LISP Implementation
Date: 
Message-ID: <1157@spar.SPAR.SLB.COM>
Henderson's book on Functional Programming (I believe that is its
title) gives a thorough description of a simple implementation of
a functional subset of Lisp.