aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-15ClojureScript: update for Clojure SVN 1067, plus other bug fixes.Chouser
2008-10-14miglayout: internal changes to be more FP orientedscgilardi
2008-10-13miglayout: clean up implementation, :layout, :column, and :row are now pseudo...scgilardi
2008-10-11ClojureScript: refactor clj.js so that it passes YUI Compressor without warni...Chouser
2008-10-09miglayout: updated docsscgilardi
2008-10-08ClojureScript: Add LazilyPersistentVector. Clean up hash and several vector f...Chouser
2008-10-08miglayout.clj: untabifyscgilardi
2008-10-08miglayout.clj: a couple of type hintsscgilardi
2008-10-08miglayout: fix typosscgilardi
2008-10-08clojure.contrib.miglayout: Clojure support for laying out components in swing...scgilardi
2008-10-06ClojureScript: update patch for latest clojure svnChouser
2008-10-06remove 'lib' contrib which is now integrated into boot.cljscgilardi
2008-10-06remove top-level folder 'transition' and 'lib.clj' within it--the transition ...scgilardi
2008-10-06sql.interal: minor fixesscgilardi
2008-10-06ClojureScript: clean up the Class class, prn can now print the print-method m...Chouser
2008-10-06sql: minor cleanupsscgilardi
2008-10-06sql: formattingscgilardi
2008-10-06sql: move internal defs to their own proper namespacescgilardi
2008-10-06sql: updates to be more modular, explicit transactions that nest, db-spec as ...scgilardi
2008-10-05ClojureScript: fix ArraySeq.reduceChouser
2008-10-04sql: make column specs be vectors to allow more than just name and type natur...scgilardi
2008-10-04sql: remove superfluous the-str callscgilardi
2008-10-04allow keywords for table names, column names, and types, move internal code i...scgilardi
2008-10-03improved support for additional options in sql/connection. Based on a suggest...scgilardi
2008-10-02ClojureScript: stop shadowing java classes, clean up mock-java type system. p...Chouser
2008-10-02add clojure.contrib.cond providing cond-letscgilardi
2008-09-27ClojureScript: add classes Keyword, PersistentHashMap, PersistentHashSet, Mul...Chouser
2008-09-26test_is.clj: added throws macro, from assert-raises by Allen RohnerStuart Sierra
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
2008-09-21ClojureScript: Added: RT.conj, ASeq, Cons, EmptyList, PersistentList.Chouser
2008-09-20ClojureScript: Now support apply, lazy variadic args, minimalChouser
2008-09-19ClojureScript: boot.clj can now be converted to syntactically correct JavaScr...Chouser
2008-09-17ClojureScript: Dynamic Vars now work: binding and set!Chouser
2008-09-17ClojureScript: even more local var emits are now avoided.Chouser
2008-09-16ClojureScript: Fixed *allow-unresolved-vars*Chouser
2008-09-16ClojureScript: fix locals names and removed *check-arity* (which was kinda bo...Chouser
2008-09-16ClojureScript: more logic in emit code to produce less verbose JavaScript.Chouser
2008-09-16ClojureScript: reduce number of local variables emitted.Chouser
2008-09-15ClojureScript: minimal example functioning nowChouser
2008-09-14sql: add insert-values, insert-rowsscgilardi
2008-09-14sql: revamped interfaces, fixed bugs, improved examplesscgilardi
2008-09-13sql: move test to sql.testscgilardi
2008-09-13clojurescript: added support for loop, recur, try/catch/finally, and a bunch ...Chouser
2008-09-12Add re-partition to str-utilsChouser
2008-09-12str_utils.clj: fixed ns declarationStuart Sierra
2008-09-12Initial preliminary checkin of ClojureScript -- very incomplete.Chouser
2008-09-09clojure/ns -> nsscgilardi
2008-09-08Initial checkin of lazy-xml, API-compatible with clojure.xml, but lazy.Chouser