Added "if" into exports
[jscl.git] / ecmalisp.js
2013-01-19 David VazquezCompile support for keywords
2013-01-19 David VazquezUpdate last version
2013-01-19 David VazquezMinor bug
2013-01-19 David VazquezPackage prefix support in the reader
2013-01-18 David VazquezCompile last version
2013-01-18 David VazquezCompile and undo-ignore ecmalisp.js on gh-pages
2013-01-18 David VazquezRemove ecmalisp from master repository
2013-01-17 David VazquezAll initial functions are are non-overridable by default
2013-01-17 David VazquezFix bug about strings in docstring position
2013-01-17 David VazquezUse JOIN instead of reduce/concat
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