Lisp-2 removal (part one)
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 8 Oct 2009 19:23:15 +0000 (15:23 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 8 Oct 2009 19:23:15 +0000 (15:23 -0400)
commit1e8ddaee0ed20bffcb7ecb65203ee3d8725d2c1b
tree3b50fe501277bfeee016b57688e7b964203c5211
parent06d5b26b6b5afd4757a01c995a36037b1cab088b
Lisp-2 removal (part one)
* Remove `flet', `function', and `funcall' special forms/macros
* `js::funcall' is kept because it makes the AST a bit easier to work
  with, but this is for internal use only
src/compiler.lisp
src/package.lisp
src/printer.lisp
src/special-forms.lisp