coerce literals to *, add some more CL: macros
commit03568dd4383d4220b838fe5ce07dec101209dc68
authorBart Botta <00003b@gmail.com>
Sun, 23 Nov 2008 22:00:37 +0000 (23 16:00 -0600)
committerBart Botta <00003b@gmail.com>
Sun, 23 Nov 2008 22:00:37 +0000 (23 16:00 -0600)
tree1588dc5cab3ad2536c0ec93a3fb31ab429001a85
parentf31e94a9058d76d818934dc61f25e42cbc1446d9
coerce literals to *, add some more CL: macros

trying to work with all values as :coerce-any, instead of trying to
  only coerce as needed at branches, until we have real type checking
  or inference, seems to work a bit better, but probably slower...

add DOLIST, DOTIMES from sicl, temporary hack for INCF
compile/compiler.lisp
compile/defun.lisp
compile/ffi.lisp
compile/special-forms.lisp
lib/avm2-lib.asd
lib/cl-conses.lisp
lib/cl.lisp
lib/sicl-iteration.lisp
test/test.lisp