Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!odi!dlw From: dlw@odi.com (Dan Weinreb) Newsgroups: comp.lang.lisp Subject: Re: LISP compiler? Message-ID: <1989Nov10.072242.16801@odi.com> Date: 10 Nov 89 07:22:42 GMT References: <5057@internal.Apple.COM> <89Nov7.234038est.2758@neat.cs.toronto.edu> Reply-To: dlw@odi.com Organization: Object Design, Inc. Lines: 8 In-Reply-To: rayan@cs.toronto.edu's message of 8 Nov 89 04:41:38 GMT At least two implementations of Lisp on time-sharing systems in which the runtime was shared between different user processes (only one copy on disk, only one copy in main memory) existed over ten years ago: PDP-10 Maclisp running under the ITS time-sharing system on PDP-10's and DecSystem-20's at MIT, and Multics Maclisp running under Multics on Honeywell 6180's at several sites. Both worked essentially like Sun shared libraries. Unfortunately, my knowledge about modern Lisp implementations is less detailed.