Hi,
I have just released new versions of all Closer libraries, including
Closer to MOP and ContextL.
This is an intermediate version, there are no major changes in these
releases, apart from some minor added features and some bug fixes. I
am currently working on supporting first-class dynamic environments in
ContextL, and I mainly provide this current snapshot as a possible
fallback solution in case something goes wrong. Incorporating such
first-class dynamic environments is not a trivial operation, that's
why I try to be extra careful here.
Nevertheless, here are some highlights of the new versions:
## Closer to MOP 0.55 ##
+ Fixed a bug in the recognition of documentation strings in make-
method-lambda for LispWorks.
+ Added standard-instance-access and funcallable-standard-instance-
access to LispWorks, due to popular request.
+ Added a utility function subclassp that is sometimes more robust
than subtypep (but subtypep should be preferred whenever possible).
## ContextL 0.51 ##
+ Ensure-layered-method now accepts function designators instead of
just function names, due to Drew Crampsie.
+ Replaced some calls to subtypep to the new subclassp function of
Closer to MOP, for more robust metalevel behavior.
Apart from that, AspectL and LW Compat have new version numbers
(AspectL 0.73 and LW Compat 0.23), but nothing really interesting has
happened in those cases.
The libraries can be downloaded from http://common-lisp.net/project/closer/
and are asdf-installable, as usual.
Best,
Pascal
--
Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium
_______________________________________________
closer-announce mailing list
closer-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/closer-announce
New release CL-WIKI 0.3.2
CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with
Apache + mod_lisp, or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- Regexp/rendering speedup. Thanks to Ralf Stoye.
Nice performance gain, seen on Clozure and SBCL.
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
The document "Inpector-Hook" by Tobias C. Rittweiler has been
finalized. According to the CDR process, this document is now in its
final stage and cannot be changed anymore. See http://cdr.eurolisp.org/document/6/
for the details of this document.
Pascal
--
Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium
_______________________________________________
cdr-announce mailing list
cdr-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cdr-announce
I am pleased to announce the release of version 1.2 of FSet. Release
notes are linked from the project page:
http://common-lisp.net/project/fset/
There is also a new tutorial, which should make it easier to get going
with FSet.
-- Scott
_______________________________________________
fset-announce mailing list
fset-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/fset-announce