Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cmu-cs-spice.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!rochester!cmu-cs-pt!cmu-cs-spice!dt From: dt@cmu-cs-spice.ARPA (Dean Thompson) Newsgroups: net.lang.lisp Subject: Re: Wanted: Lisp for Z80 Message-ID: <362@cmu-cs-spice.ARPA> Date: Tue, 30-Apr-85 11:23:14 EDT Article-I.D.: cmu-cs-s.362 Posted: Tue Apr 30 11:23:14 1985 Date-Received: Wed, 1-May-85 06:38:29 EDT Organization: Carnegie-Mellon University, CS/RI Lines: 17 In-Reply-To: fwy@brunix.UUCP.(Felix.Yen)'s netnews message of Sat, 27-Apr-85 14:44:31 EDT I have a version of lisp written in more-or-less standard C that I'd be happy to give the source of to anyone who wanted to try to make it run on a Z80. This lisp is not very standard right now, just because I liked my own I/O, etc. functions better than the standard, but it would not be hard at all for someone with the source code to standardize it if desired. It is reasonably complete if a bit on the pure side -- prog with labels (incl. non-local) but no data structures other than the traditional linked list. There is some assembly code used for stack-chopping and what-not, but nothing very complex. Anyone who wants to do anything with it is welcome to a copy. Right now it runs on the IBM-PC, but the C is pretty much straight Kernighan-Ritchie and I understand there are compilers for that out for Z80's now. Dean