Xref: utzoo gnu.emacs:298 comp.emacs:4942 Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!rutgers!rochester!pt.cs.cmu.edu!edrc.cmu.edu!snl From: snl@edrc.cmu.edu (Sean Levy) Newsgroups: gnu.emacs,comp.emacs Subject: GNU Lisp interpreter in a library? Message-ID: <3930@pt.cs.cmu.edu> Date: 23 Dec 88 17:46:54 GMT Reply-To: snl@edrc.cmu.edu (Sean Levy) Organization: Carnegie-Mellon University, CS/RI Lines: 22 Keywords: Has anyone hacked the Lisp interpreter out of GNU Emacs and made a little, bare-bones, stand-alone lisp out of it? There are several places in the source where things are conditionalized on "standalone", but the job wasn't done completely (at least not if I understand the intention behind those conditionals correctly). I've got part of this done, but would be more than happy to use what someone else has done instead if they've done a reasonably clean job. If not, and if there's any interest, I'll make what I do available. What I'm aiming at is a library you can link a C program against that will give you the functionality of a Lisp interpreter; having it be portable to a wide range of machines and operating systems early on is a big consideration, which is why we thought of GNU Lisp. TIA, --Sean Levy, Engineering Design Research Center, CMU internet: snl@edrc.cmu.edu uucp: ...!harvard!cs.cmu.edu!snl BITnet: snl@edrc.cmu.edu%CMCCVMA -- S L --