[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CLISP to replace XLISP
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: CLISP to replace XLISP
- From: haible (Bruno Haible)
- Date: Thu, 9 Dec 93 13:39:41 +0100
Michael Wise <michaelw@karl.cs.su.OZ.AU> asks:
> Dumb question time. The doc that comes with the system basically
> says that CLISP implements CLtL1 plus parts of CLtL2, and parts of
> CLOS.
That's true.
> is there anywhere a list of exactly which functions
> (and options to those functions) are supported.
See impnotes.txt. Or evaluate (do-external-symbols (s "CLOS") (print s))
> As I have now obtained and am currently installing the latst version
> (clisp-1993-11-08), do I still need PCL if I want the complete CLOS?
You won't need PCL for most CLOS programs.
Note that PCL isn't a "complete CLOS" either. For example, it doesn't
support the :METHOD option in DEFGENERIC.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de