aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/boot.js
AgeCommit message (Collapse)Author
2008-11-16Update ClojureScript for post-AOTChouser
2008-11-03ClojureScript: Support defmacro in .cljs code when *eval-defmacro* is true ↵Chouser
(not for repl service)
2008-11-02ClojureScript: add colored text and status graphic to browser repl.Chouser
2008-11-01ClojureScript: Added "real" symbols, regex literals, re-wrote browser REPL ↵Chouser
in ClojureScript, updated to Clojure SVN 1086
2008-10-26ClojureScript: Add more complete Numbers class (still only support js Number),Chouser
update for Clojure SVN 1080, plus bug fixes.
2008-10-19ClojureScript: Add command-line options, set-prop and get-prop, plus aChouser
small pile of bug fixes.
2008-10-16ClojureScript: simple browser-based repl now functional.Chouser
2008-10-15ClojureScript: update for Clojure SVN 1067, plus other bug fixes.Chouser
2008-10-08ClojureScript: Add LazilyPersistentVector. Clean up hash and several vector ↵Chouser
functions.
2008-10-06ClojureScript: clean up the Class class, prn can now print the print-method ↵Chouser
methodTable.
2008-10-02ClojureScript: stop shadowing java classes, clean up mock-java type system. ↵Chouser
prn print-method now works for several types.
2008-09-27ClojureScript: add classes Keyword, PersistentHashMap, PersistentHashSet, ↵Chouser
MultiFn; mutlimethod print now works; add many functions to clojure runtime; support calling keywords and collections; fixed several small bugs including extra null arg on some variadic calls
2008-09-24ClojureScript: was leaking recur temp vars and some clojure_* temp objects ↵Chouser
into global namespace. plugged.
2008-09-23ClojureScript: Chrome doesn't set function.arity: changed lazy apply so it ↵Chouser
doesn't rely on arity.
2008-09-23ClojureScript: integrate PersistentVector, plus better mimicking of Java ↵Chouser
class model.