Initialize keyword arguments from js ARGUMENTS, allowing keywords to also be passed...
authorDaniel Gackle <danielgackle@gmail.com>
Thu, 2 Apr 2009 22:05:28 +0000 (15:05 -0700)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 6 Apr 2009 00:17:27 +0000 (18:17 -0600)
commit66acaf33da3d230f2a94193c935d44378c0d05c5
tree984fc4b58ec960f9d5e395b77cd0162f56dce435
parente4ee1b866d62afebddbb8153b5bfcc276bdfd585
Initialize keyword arguments from js ARGUMENTS, allowing keywords to also be passed as normal function arguments without an error being thrown.
src/compiler.lisp
src/special-forms.lisp