From vsedach at gmail.com Tue Feb 17 03:24:20 2009 From: vsedach at gmail.com (Vladimir Sedach) Date: Mon, 16 Feb 2009 20:24:20 -0700 Subject: [parenscript-announce] New Parenscript release. Message-ID: Hello, The latest release of Parenscript fixes a few minor bugs from the previous release (mostly with macro-definition code), but most importantly it gets rid of the (.method object args) method-calling convention/hack. Now method calls are treated uniformly with function calls, so the previous expression becomes ((slot-value object 'method) args). The motivation behind this change is explained on the parenscript-devel mailing list: http://common-lisp.net/pipermail/parenscript-devel/2009-February/000465.html Vladimir