From: Stephane Paris
Subject: common lisp
Date: 
Message-ID: <314457C1.4E69@lrim.univ-metz.fr>
hello,
i am searching for some references on common lisp other than "Common
Lisp : The Langage".
Especialy on the object environment CLOS.

I have a question too:
Is it possible to create dynamically a class or to modofy one exsisting?

thanks in advance.

steve paris
Email : ·····@lrim.univ-metz.fr
From: David Neubart
Subject: Re: common lisp
Date: 
Message-ID: <4i2ic1$rm8@dfw-ixnews4.ix.netcom.com>
In <·············@lrim.univ-metz.fr> Stephane Paris
<·····@lrim.univ-metz.fr> writes: 
>
>hello,
>i am searching for some references on common lisp other than "Common
>Lisp : The Langage".
>Especialy on the object environment CLOS.
>
>I have a question too:
>Is it possible to create dynamically a class or to modofy one
exsisting?
>
>thanks in advance.
>
>steve paris
>Email : ·····@lrim.univ-metz.fr

 Try 
   
  _Common LISPcraft_ by Robert Wilensky
   published by W.W. Horton & Co.
   ISBN 0-393-95544-3

  and

  _The Common Lisp Companion_ by Timothy Koschmann
   published by John Wiley & Sons
   ISBN 0-471-50308-8

 Regards,
   Dave.