Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!rpi!leah!bingvaxu!gdo From: gdo@cornella.cit.cornell.edu Newsgroups: comp.lang.lisp Subject: Lisp compiler? Keywords: lisp compiler Message-ID: <2606@bingvaxu.cc.binghamton.edu> Date: 31 Oct 89 01:07:03 GMT Sender: consp01@bingvaxu.cc.binghamton.edu Reply-To: gdo@cornella.cit.cornell.edu Followup-To: gdo@cornella.cit.cornell.edu Organization: Cornell Information Technologies, Ithaca, NY Lines: 7 Here's a novice question: Does a lisp compiler exist? I know emacs can byte-compile lisp code, and some lisp interpreters can optimize lisp code, but is there a *real* lisp compiler in existence. I assume there is, since emacs is written in lisp, and it's been compiled.