Remove global lexical variables
[jscl.git] / ecmalisp.lisp
2013-01-16 David VazquezRemove global lexical variables
2013-01-15 David VazquezFix defmacro temporarily
2013-01-15 David VazquezCopy *literal-counter* to target properly
2013-01-15 David Vazquezls-compile-toplevel emits a semicolon after the compile...
2013-01-15 David VazquezDifferent quote compilation in CL and ecmalisp
2013-01-14 David VazquezFix compilation of quote in target
2013-01-14 David VazquezChange definition of T and NIL, as package is kept...
2013-01-14 David Vázquezls-compile-toplevel bypasses toplevel progns
2013-01-14 David VázquezBuild fixes
2013-01-14 David Vázquezsetq and ls-compile deals with special-variables
2013-01-14 David VázquezRename set/get to oset/oget. Define SET, SYMBOL-VALUE...
2013-01-13 David VazquezAdd PROG2 macro
2013-01-12 David VazquezREVAPPEND, NTHCDR and rewrite some functions without...
2013-01-12 David VazquezCommon Lisp `indent' version to speed up bootstrap
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-09 David VazquezImplement CATCH and THROW
2013-01-08 David VazquezFix DOTIMES and DOLIST implicit NIL to ignore the optio...
2013-01-08 David VazquezUpdate copyright year
2013-01-08 David Vazquezreturn argument is optional and assoc uses non local...
2013-01-08 David VazquezImplicit blocks for WHILE, DOTIMES, DOLIST and DEFUN
2013-01-08 David VazquezImplement BLOCK, RETURN-FROM special operators and...
2013-01-08 David VazquezPrint returns object itself
2013-01-08 David VazquezUnify env and fenv in a compose type lexenv
2013-01-08 David VazquezIndent use join instead of !reduce #'concat-two
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 VazquezRename lispstrack to ecmalisp