Compile macro expander functions after first use in target
[jscl.git] / ecmalisp.js
2013-01-17 David VazquezRemove redundant return value of defmacro
2013-01-13 David VazquezAdd PROG2 macro
2013-01-12 David VazquezREVAPPEND, NTHCDR and rewrite some functions without...
2013-01-11 David VázquezFix `unknown variable' and `unknown function' error...
2013-01-09 David VazquezImplicit tagbody in DOTIMES and DOLIST
2013-01-09 David VazquezUse js!selfcall and js!bool emitter Javascript helper...
2013-01-09 David VazquezImplement TAGBODY and GO special forms
2013-01-09 David VazquezAdd UNWIND-PROTECT special operator
2013-01-08 David VazquezFix DOTIMES and DOLIST implicit NIL to ignore the optio...
2013-01-08 David VazquezImplement BLOCK, RETURN-FROM special operators and...
2013-01-08 David VazquezUnify env and fenv in a compose type lexenv
2013-01-08 David VazquezNew functions: copy-list, identity
2013-01-05 Mihai BazonMinor stuff
2013-01-04 David VazquezFix bug in defun, reported by abeaumont
2013-01-04 David VazquezSome dependencies for the REPL