Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!udel!princeton!phoenix!eliot From: eliot@phoenix.Princeton.EDU (Eliot Handelman) Newsgroups: comp.lang.lisp Subject: Re: Compiling a program on AKCL 1.492 Keywords: AKCL, compile, executable Message-ID: <3936@idunno.Princeton.EDU> Date: 8 Nov 90 19:58:04 GMT References: <832@arccs2.fed.FRB.GOV> Sender: news@idunno.Princeton.EDU Organization: Shitson University, New Crapsey Lines: 9 In article <832@arccs2.fed.FRB.GOV> m1pkd00@arccs3.FRB.GOV (Prasad K. Dharmasena) writes: ; ;How do I compile some Lisp code on AKCL so as to give me ;a binary executable (i.e. equivalent of a.out from cc)? You do this: > (compile-file "code" :load t) > (si:save-system "a.out")