Introduced 'function' special form to further help with faking Lisp2
authorVladimir Sedach <vsedach@gmail.com>
Mon, 8 Jun 2009 04:52:58 +0000 (22:52 -0600)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 8 Jun 2009 04:52:58 +0000 (22:52 -0600)
commitc8d008ad070b9d28ab90c4da73a920ad52c847d3
tree56a02fe09fb2d328e851a7f014ffc3d7bf8edb0f
parent604b5bbea9dd9eff7a21a59f2236f0d9374a13db
Introduced 'function' special form to further help with faking Lisp2
in JavaScript.

Previously, 'apply,' among others, did not recognize the second
namespace as introduced by flet/labels. Thanks to Scott Bell for the
bug report:
http://common-lisp.net/pipermail/parenscript-devel/2009-June/000529.html
src/special-forms.lisp
t/ps-tests.lisp