Gerardo Sarria <[EMAIL PROTECTED]> writes:

> Now I'm working with the cmucl from the file
> cmucl-20030126-x86-linux.tar.bz2

OK, change committed to CVS, and binaries for GNU/Linux are in

  <ftp://cmucl.cons.org/pub/lisp/cmucl/experimental/pcl/>

Some notes about the differences between CVS CMUCL and the one
you are using:

-- They are fasl-incompatible.

-- CVS CMUCL contains my PCL; there is a README.PCL in the directory
   on cons.org describing some of the differences.

-- LISP:FIND-CLASS and LISP:CLASS-OF now return CLOS classes.  The
   symbols LISP:STARDARD-CLASS, LISP:BUILT-IN-CLASS, and
   LISP:STRUCTURE-CLASS name CLOS classes.  It is no longer
   necessary to SHADOWING-IMPORT these from PCL when doing MOP
   programming, and it fixes some non-compliances as well.

-- PCL's class hierarchy has been changed to conform to AMOP, for
   instance, GENERIC-FUNCTION is now a subclass of STANDARD-OBJECT.

Thanks for testing!

Reply via email to