Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!elroy.jpl.nasa.gov!ncar!unmvax!uokmax!occrsh!fang!tarpit!bilver!dandrews From: dandrews@bilver.uucp (Dave Andrews) Newsgroups: comp.lang.lisp Subject: Re: parallel lisp Keywords: info wanted Message-ID: <1991Mar5.215242.12812@bilver.uucp> Date: 5 Mar 91 21:52:42 GMT References: <13658@medusa.cs.purdue.edu> Organization: W. J. Vermillion - Winter Park, FL Lines: 6 > Does anyone know of a parallel Lisp? The one that comes to my mind was the one described in Danny Hillis' dissertation, "The Connection Machine". They have a list variant called a "xector", in which each element is processed simultaneously by a processor on the CM. I don't remember if it is very CL compliant.