Re: Question re CL need of funcall ?
- From: Pascal Costanza <pc@xxxxxxxxx>
- Date: Mon, 17 Jul 2006 21:15:33 +0200
fireblade wrote:
After being exposed to Scheme : through converting SICP code to Common
Lisp
I wonder why CL decided to use funcall .
This is a FAQ. Google for Lisp-1 and Lisp-2.
Pascal
--
My website:
http://p-cos.net
Closer to MOP & ContextL:
http://common-lisp.net/project/closer/
.
Relevant Pages
- [ANN] New versions of Closer libraries + AspectL
... New versions of the libraries in the Closer Project have been released, including the Closer to MOP compatibility layer for the CLOS MOP and the ContextL extension for Context-oriented Programming. ... Two bugs in Allegro Common Lisp that have led to problems in conjunction with AspectL have also been fixed in the meantime: A bug that has prevented a non-special slot to be turned into a special slot has been fixed in Allegro 7.0 and 8.0, and the limitation that a defmethod form doesn't accept more than one qualifier has been fixed in Allegro 8.0. ... (comp.lang.lisp) - New versions of Closer libraries
... I have just released new versions of all Closer libraries, including Closer to MOP and ContextL. ... A major change that affects all libraries is that I have dropped support for Macintosh Common Lisp, and "replaced" OpenMCL with Clozure Common Lisp. ... Furthermore, the dependency of Closer to MOP on LW-Compat has been removed due to requests by users, but a dependency of ContextL to the portable-threads librarie of the GBBopen project has been added. ... (comp.lang.lisp) - Re: Code as lists -- where is it used?
... My website: http://p-cos.net ... Closer to MOP & ContextL: ... (comp.lang.lisp) - Re: shootout: implementing an interpreter for a simple procedural language Minim
... Common Lisp Document Repository: http://cdr.eurolisp.org ... Closer to MOP & ContextL: http://common-lisp.net/project/closer/ ... (comp.lang.lisp) - Re: Performance of generic functions
... My website: http://p-cos.net Closer to MOP & ContextL: ... (comp.lang.lisp) |
|