Age | Commit message (Expand) | Author |
2008-07-17 | added doc for return value of alter and commute | Rich Hickey |
2008-07-13 | made conj accept multiple items | Rich Hickey |
2008-07-13 | fixed loop with destructuring and inter-binding dependencies | Rich Hickey |
2008-07-04 | made (drop 0 s) return seq of coll, and drop-while similarly | Rich Hickey |
2008-07-03 | added delay | Rich Hickey |
2008-07-03 | added seque | Rich Hickey |
2008-07-03 | added drop-last | Rich Hickey |
2008-06-29 | added *flush-on-newline* | Rich Hickey |
2008-06-27 | fixed reduce w/init | Rich Hickey |
2008-06-26 | fixed no-arg (sorted-set) | Rich Hickey |
2008-06-24 | fixed sort-by regression | Rich Hickey |
2008-06-24 | fixed reduce retaining seq | Rich Hickey |
2008-06-23 | added compare, based sorts on compare | Rich Hickey |
2008-06-20 | nth takes an optional not-found value, and destructuring uses nth with a nil ... | Rich Hickey |
2008-06-12 | made reduce not retain head | Rich Hickey |
2008-06-11 | interim checkin - DO NOT USE!! | Rich Hickey |
2008-06-10 | fixed partition | Rich Hickey |
2008-06-02 | fixed (range 0) | Rich Hickey |
2008-06-02 | added overload resolution support | Rich Hickey |
2008-06-02 | named int and long divide unchecked-divide | Rich Hickey |
2008-06-01 | new primitives support | Rich Hickey |
2008-06-01 | interim checkin - DO NOT USE! | Rich Hickey |
2008-05-28 | fixed typo in empty | Rich Hickey |
2008-05-27 | added empty | Rich Hickey |
2008-05-23 | added inlining | Rich Hickey |
2008-05-21 | removed (x.member ...) support | Rich Hickey |
2008-05-19 | fixed destructuring of nil map, added get support for sets | Rich Hickey |
2008-05-19 | refined parallel api, added partition | Rich Hickey |
2008-05-14 | parallel.clj, interface to Fork/Join framework | Rich Hickey |
2008-05-14 | added LazilyPersistentVector | Rich Hickey |
2008-05-12 | added repeatedly and add-classpath | Rich Hickey |
2008-05-01 | throw on await call in agent action | Rich Hickey |
2008-04-28 | made else form optional in if-let | Rich Hickey |
2008-04-28 | added :keys, :syms, and :strs support to map/set destructuring, from Chouser | Rich Hickey |
2008-04-27 | added :keys, :syms, and :strs support to map/set destructuring, from Chouser | Rich Hickey |
2008-04-21 | fixed RT.classForName call | Rich Hickey |
2008-04-20 | back to simple logic for take | Rich Hickey |
2008-04-20 | made lazy-cons lazy for both first and rest | Rich Hickey |
2008-04-19 | refactor to remove static init cycle between RT and Compiler, in order to run... | Rich Hickey |
2008-04-17 | changed var toString to be readable, made self-references in fns go through var | Rich Hickey |
2008-04-15 | subseq and rsubseq support for sorted maps and sets | Rich Hickey |
2008-04-15 | bit-nand back to bit-and-not | Rich Hickey |
2008-04-13 | added destructuring support to if-let/when-let | Rich Hickey |
2008-04-11 | bitops in Numbers, from Stephen C. Gilardi | Rich Hickey |
2008-04-09 | Moved MathContext creation to runtime in with-precision | Rich Hickey |
2008-04-08 | added with-precision patch from Christophe Grand | Rich Hickey |
2008-04-08 | added rationalize, fixed toRatio, added BigInteger and BigDecimal to auto-imp... | Rich Hickey |
2008-04-08 | pushThreadBindings now precedes try that pops them in binding and with-local-... | Rich Hickey |
2008-04-07 | new numbers - all Num derivees should be not-in-use, all numbers are Java's b... | Rich Hickey |
2008-04-05 | phase 2 enhanced host calls, (.member target ...), (target.member ...), and (... | Rich Hickey |