aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/boot.js
AgeCommit message (Expand)Author
2008-10-15ClojureScript: update for Clojure SVN 1067, plus other bug fixes.Chouser
2008-10-08ClojureScript: Add LazilyPersistentVector. Clean up hash and several vector f...Chouser
2008-10-06ClojureScript: clean up the Class class, prn can now print the print-method m...Chouser
2008-10-02ClojureScript: stop shadowing java classes, clean up mock-java type system. p...Chouser
2008-09-27ClojureScript: add classes Keyword, PersistentHashMap, PersistentHashSet, Mul...Chouser
2008-09-24ClojureScript: was leaking recur temp vars and some clojure_* temp objects in...Chouser
2008-09-23ClojureScript: Chrome doesn't set function.arity: changed lazy apply so it do...Chouser
2008-09-23ClojureScript: integrate PersistentVector, plus better mimicking of Java clas...Chouser