Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!usc!trwind!venice!verket From: verket@venice.SEDD.TRW.COM (Paul Verket) Newsgroups: comp.lang.lisp Subject: Re: Porting KCL C code Message-ID: <304@venice.SEDD.TRW.COM> Date: 12 Feb 90 20:51:58 GMT References: <7993@lindy.Stanford.EDU> Organization: TRW Systems Engineering & Development Division, Redondo Beach, CA Lines: 10 From article <7993@lindy.Stanford.EDU>(Buc Richards): > > KCL (Kyoto Common Lisp) translates programs from Lisp to C and then > compiles the C to generate compiled programs. Is the C code generated > complete? No it's not complete. The C code is compiled into a .o which is then linked (by KCL) into the KCL image. Paul Verket