Fix DOTIMES and DOLIST implicit NIL to ignore the optional result form
[jscl.git] / ecmalisp.js
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