From: Marcus Herbert
Subject: CLOS for CLISP
Date: 
Message-ID: <DEzuqt.9H@rhohost.mayn.de>
Where can i find the CLOS for CLISP (linux)?

#### ·······@rhohost.mayn.de #################################################
Q: What's the worst blonde joke of all time?  
A: Dan Quayle.

From: Marcus Daniels
Subject: Re: CLOS for CLISP
Date: 
Message-ID: <rfienxgzx3u.fsf@sayre.sysc.pdx.edu>
CLOS is included in CLISP.  It is in the package "CLOS".
PCL also works.  One place to get it is from:

ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/clisp/packages
From: Pierpaolo Bernardi
Subject: Re: CLOS for CLISP
Date: 
Message-ID: <43un7g$g1g@serra.unipi.it>
In article <··········@hades.rz.uni-sb.de> you wrote:
: The CLOS for Clisp is incomplete. Certain functions like CHANGE-CLASS are
: missing. If you're trying to implement some of those functions, and if you're
: succeeding, please contact me, as I'm working on these problems for quite some
: time now. 

There's a port of PCL for Clisp in ma2s2.mathematik.uni-karlsruhe.de.


: (Stay away from CLisp's memory management. It might not only crash your
: computer!)

Clisp is the most stable Free lisp available.  I never had a crash
in more than a year of daily use.

  Regards.

P.S. your newsreader does not properly set your return address.
From: Volker Sorge
Subject: Re: CLOS for CLISP
Date: 
Message-ID: <44uetg$5r8@hades.rz.uni-sb.de>
Hi,

My apologies if my remarks about CLisp's memory management scared anyone from
using it. But I sense from your fierce replies that y'all got me wrong.
I was just saying that you should restrain yourself from manipulating and
recompiling files like record.d etc. and especially arisparc.d. That might
crash your system....

Otherwise Clisp is probably pretty stable.

Volker