Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!ukc!its63b!aiva!jeff From: jeff@aiva.ed.ac.uk (Jeff Dalton) Newsgroups: comp.lang.lisp Subject: Re: lisp to C translator Message-ID: <159@aiva.ed.ac.uk> Date: Thu, 3-Sep-87 11:08:20 EDT Article-I.D.: aiva.159 Posted: Thu Sep 3 11:08:20 1987 Date-Received: Sun, 6-Sep-87 02:30:42 EDT References: <2446@bnrmtv.UUCP> <1411@ssc-vax.UUCP> Reply-To: jeff@uk.ac.ed.aiva (Jeff Dalton) Organization: Dept. of AI, Univ. of Edinburgh, UK Lines: 9 Keywords: wanted In article <2446@bnrmtv.UUCP>, wagner@bnrmtv.UUCP (Mark Wagner) writes: > If anyone knows of a common lisp to C translator I would > appreciate e-mail describing it. I realize that this sort The Kyoto Common Lisp compiler compiles Lisp into C, but this may not be quite what you have in mind: the C is rather low-level and has to be run together with the rest of the KCL system (as a storage manager, library, etc.).