From vsedach at gmail.com Thu Aug 2 18:00:39 2007 From: vsedach at gmail.com (Vladimir Sedach) Date: Thu, 2 Aug 2007 12:00:39 -0600 Subject: [parenscript-announce] August 1 ParenScript release. Message-ID: Hello, I've put up a new tarball of ParenScript, 20070801. It is the same as 20070720, with the exception that the tutorial (and correspondingly the manual) has a corrected package definition (the AllegroServe HTML generation facilities have been moved to their own package). For the next release, I plan to go over the example code carefully and fix any issues that come. Long-term, I want to transition the example tutorial to be based on Hunchentoot, because it is the best available Free Software Common Lisp web server right now, and probably LML2 for the server-side HTML generation facilities (because that's what I like to use). Let me know if you have any suggestions about this. Thanks, Vladimir From vsedach at gmail.com Wed Aug 29 05:45:29 2007 From: vsedach at gmail.com (Vladimir Sedach) Date: Tue, 28 Aug 2007 23:45:29 -0600 Subject: [parenscript-announce] New ParenScript release. Message-ID: Hello everyone, I've just put up the tarball and documentation for the new ParenScript release. It features a rewrite of the compiler and JavaScript printer, along with many user-visible changes, the most notable being the addition of setf places (defsetf and defun setf), and Red Daly's excellent contribution of Common Lisp-like lambda lists for ParenScript functions (we now have &optional, &rest and &key). Due to the rewrite of the printer, JavaScript generation has gotten a major speed boost. As well, I've updated the tutorial and ensured it worked correctly with the latest AllegroServe (the tutorial PDF will be going away in the next release - I plan to put it up on Cliki where it can be updated in a more timely manner). Happy hacking, Vladimir