Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!Todd.Kueny@CMU-CS-G.ARPA From: Todd.Kueny@CMU-CS-G.ARPA Newsgroups: net.ai Subject: VMS LISPs Message-ID: <13048@sri-arpa.UUCP> Date: Wed, 29-Aug-84 13:50:00 EDT Article-I.D.: sri-arpa.13048 Posted: Wed Aug 29 13:50:00 1984 Date-Received: Mon, 3-Sep-84 11:23:53 EDT Lines: 19 > I would appreciate information about LISP interpreters for a VAX > 11/780 running VMS. Thanks in advance. We use something called PSL (Portable Standard Lisp) from Univ. of Utah. It has both a compiler and interpreter and *opinion* seems to be a heck of a lot faster and far more efficient than DEC COMMON LISP. We have a version we created from Utah's Vax UNIX version; I think Utah will have a VMS version of their own very soon. PSL has a COMMON LISP compatability package, an object oriented programming facility, and loads of other handy stuff. Unlike COMMON LISP PSL has a fixed sized heap with a two state garbage collector. A properly tuned PSL can be very fast (better than C in many cases) and five or six can be run at one time (while still doing other things). Three DEC COMMON LISPs can bog down a VMS 780 system. -Todd K. Unilogic