Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!ROCKY.STANFORD.EDU!wagner From: wagner@ROCKY.STANFORD.EDU.UUCP Newsgroups: comp.ai.digest Subject: Re: NIL (the lisp) Message-ID: <704@rocky.STANFORD.EDU> Date: Wed, 28-Oct-87 14:01:45 EST Article-I.D.: rocky.704 Posted: Wed Oct 28 14:01:45 1987 Date-Received: Sun, 1-Nov-87 06:14:27 EST References: <8710270654.aa21117@Dewey.UDEL.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: gandalf@portia.stanford.edu (Juergen Wagner) Organization: Stanford University Computer Science Department Lines: 21 Keywords: NIL, Lisp, KCL Approved: ailist@kl.sri.com >where can i get a copy (of the source code for) NIL (the lisp implementation)? Contact MIT AI Lab, Glenn Burke. That's where I got a copy of NIL from (about three years ago). But... >does anyone out there have a small (minimal) fast lisp in C with >free or at least royalty-free source code ? ...NIL is neither small, nor minimal. At least the version I worked with used to eat up a fair amount of CPU time (especially when I compiled LISP code). I don't know if there is a version of NIL under UNIX, I only know one under VMS. If you are looking for a CommonLISP system which is reasonably small (minimal), which provides the standard language capabilities (CLtL) plus some extensions, which allows for dynamic loading of C modules (and thereby e.g. interfacing to window systems), and which is royalty-free (non-commercial use), I suggest Kyoto CommonLISP (KCL). Read comp.lang.lisp for more details on how to get a copy of KCL (via anonymous FTP, direct order, etc.). Juergen Wagner, (USENET) gandalf@portia.stanford.edu Center for the Study of Language and Information (CSLI), Stanford CA