Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site uwai.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!uwvax!uwai!luner From: luner@uwai.UUCP (David L. Luner) Newsgroups: net.lang.lisp Subject: Portable LISP Compiler Message-ID: <344@uwai.UUCP> Date: Sun, 2-Feb-86 15:22:31 EST Article-I.D.: uwai.344 Posted: Sun Feb 2 15:22:31 1986 Date-Received: Wed, 5-Feb-86 00:43:35 EST Organization: U of Wisconsin CS Dept Lines: 16 Keywords: LISP Compiler I recall there being a query for a simple LISP compiler/interpreter. Since I just moved offices, I was fumbling through various papers and found the following: Griss, M. L. and Hearn, A. C., A Portable Lisp Compiler, Software - Practice and Experience, Vol 11, 541-605 (1981). Abstract: ... production compilers ... produce explicit instructions for the computer being used. This paper describes ... a portable LISP compiler ... Only Standard LISP functions are used in its definition and the output is a sequence of abstract machine codes, easily mapped to instruction sequences on current computers. ...