From vsedach at gmail.com Mon Sep 21 09:00:01 2009 From: vsedach at gmail.com (Vladimir Sedach) Date: Mon, 21 Sep 2009 03:00:01 -0600 Subject: [cl-debian] [ann] [parenscript-announce] New Parenscript release. Message-ID: Hello, A new version of Parenscript has been released. This release comes with partial support for LOOP and DESTRUCTURING-BIND Common Lisp facilities (thanks to the efforts of Daniel Gackle and Scott Bell), much faster compilation speed, many bugfixes, real and efficient lexical scoping for all special forms that introduce bindings, as well as the ability to direct compiler output directly to a stream. One thing that has been removed is support for the dot symbol notation (ie - 'object.property' would be special cased into (slot-value object 'property) by the compiler) - this has been done to allow Parenscript code to be a useful target for code walkers designed for regular Lisp code. The consequence is that any code that relies on the dot notation will need to be changed to use non-opaque object slot access. Thank you, Vladimir _______________________________________________ parenscript-announce mailing list parenscript-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements