Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ames!sparkyfs!ads.com!bvrotney From: bvrotney@ADS.COM (Bill Vrotney) Newsgroups: comp.lang.lisp Subject: Re: Efficient Implementation of Lexical Scoping Message-ID: <=*5#JH$@ads.com> Date: 4 May 90 03:23:56 GMT References: <23025@uflorida.cis.ufl.EDU> Sender: usenet@ads.com (USENET News) Organization: Advanced Decision Systems, Mtn. View, CA (415) 960-7300 Lines: 35 In-Reply-To: pcg@cs.aber.ac.uk's message of 2 May 90 11:40:43 GMT In article pcg@cs.aber.ac.uk (Piercarlo Grandi) writes: Path: ads.com!apple!usc!cs.utexas.edu!uunet!mcsun!ukc!dcl-cs!aber-cs!odin!pcg From: pcg@cs.aber.ac.uk (Piercarlo Grandi) Newsgroups: comp.lang.lisp Date: 2 May 90 11:40:43 GMT References: <23025@uflorida.cis.ufl.EDU> Sender: pcg@aber-cs.UUCP Organization: Coleg Prifysgol Cymru Lines: 21 In article <23025@uflorida.cis.ufl.EDU> smr@beach.cis.ufl.edu (Samual Rushing) writes: I'm working on a (small, now) Lisp interpreter for the MC68000 series, and I've got a few questions (help!): I'm using these as references: CLtL, Winston & Horn's "Lisp" (two latest editions), Abelson & Sussmans' "Structure and Interpretation of Computer Programs", Gabriel's "Performance and Evaluation of Lisp Systems", AAAI87 Tutorial "Advanced Common Lisp", and (sheepishly) SYS:SYS;EVAL.LISP on my favorite Symbolics. You miss out the best one: Allen's "Anatomy of Lisp". As to implementatations of scoping, the one vital reference is the CACM article (around 1975) by Baker on rerooting. I believe he is referring to an article called "Shallow Binding in Lisp 1.5" CACM Jul-1978 p565 which talks about rerooting. -- Bill Vrotney