Age | Commit message (Expand) | Author |
2008-10-06 | ClojureScript: clean up the Class class, prn can now print the print-method m... | Chouser |
2008-10-05 | ClojureScript: fix ArraySeq.reduce | Chouser |
2008-10-02 | ClojureScript: stop shadowing java classes, clean up mock-java type system. p... | Chouser |
2008-09-27 | ClojureScript: add classes Keyword, PersistentHashMap, PersistentHashSet, Mul... | Chouser |
2008-09-24 | ClojureScript: was leaking recur temp vars and some clojure_* temp objects in... | Chouser |
2008-09-23 | ClojureScript: Chrome doesn't set function.arity: changed lazy apply so it do... | Chouser |
2008-09-23 | ClojureScript: integrate PersistentVector, plus better mimicking of Java clas... | Chouser |
2008-09-21 | ClojureScript: Added: RT.conj, ASeq, Cons, EmptyList, PersistentList. | Chouser |
2008-09-20 | ClojureScript: Now support apply, lazy variadic args, minimal | Chouser |
2008-09-19 | ClojureScript: boot.clj can now be converted to syntactically correct JavaScr... | Chouser |
2008-09-17 | ClojureScript: Dynamic Vars now work: binding and set! | Chouser |
2008-09-16 | ClojureScript: fix locals names and removed *check-arity* (which was kinda bo... | Chouser |
2008-09-16 | ClojureScript: more logic in emit code to produce less verbose JavaScript. | Chouser |
2008-09-15 | ClojureScript: minimal example functioning now | Chouser |