Age | Commit message (Expand) | Author |
2008-07-28 | isa-based multimethods, a la carte hierarchies | Rich Hickey |
2008-07-25 | added type hints to pr-strs and class? predicate | Rich Hickey |
2008-07-25 | changed Class printing to print only name | Rich Hickey |
2008-07-25 | made syntax-quoted symbols resolve aliases | Rich Hickey |
2008-07-25 | added parallel alias | Rich Hickey |
2008-07-24 | fixed doc typo | Rich Hickey |
2008-07-24 | improved validator docs | Rich Hickey |
2008-07-24 | added validators for vars/refs/agents - an optional second arg for agent and ... | Rich Hickey |
2008-07-23 | fixed out-of-bounds in toArray(Object []) | Rich Hickey |
2008-07-22 | fixed truncation in double/long/float_array | Rich Hickey |
2008-07-22 | made vectors implement java.util.List and sets implement java.util.Set | Rich Hickey |
2008-07-21 | removed root-level .cljs | Rich Hickey |
2008-07-21 | first cut at namespace aliases, via Graham Fawcett | Rich Hickey |
2008-07-21 | new clj code hierarchy, old still in place | Rich Hickey |
2008-07-18 | fixed loop for multiple scripts | Rich Hickey |
2008-07-18 | added load-file to parallel.clj comment | Rich Hickey |
2008-07-17 | peel off InvocationTargetException in reflective calls, when possible | Rich Hickey |
2008-07-17 | added try around body of analyze | Rich Hickey |
2008-07-17 | allow /s in the namespace part of symbols/keywords | Rich Hickey |
2008-07-17 | put name in error reports for qualified name use | Rich Hickey |
2008-07-17 | wrapped all non-atomic evals in fn | Rich Hickey |
2008-07-17 | added doc for return value of alter and commute | Rich Hickey |
2008-07-17 | changed cpl url | Rich Hickey |
2008-07-15 | made Ref.fn() use get rather than currentVal | Rich Hickey |
2008-07-13 | added ACC_SUPER flag | Rich Hickey |
2008-07-13 | removed support for finalize, as providing stub causes it to exist, with grea... | Rich Hickey |
2008-07-13 | allow exceptions to flow out of Script.main | 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-13 | fixed treatment of catch clauses (saving ret in local) for nested handler | 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-07-02 | removed "no box on statement" optimization so pops align | 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-26 | added *file*, type hint on *agent* | Rich Hickey |
2008-06-24 | fixed sort-by regression | Rich Hickey |
2008-06-24 | fixed reduce retaining seq | Rich Hickey |
2008-06-24 | added getQueueCount | Rich Hickey |
2008-06-24 | got rid of deep equals on vals | Rich Hickey |
2008-06-23 | added compare, based sorts on compare | Rich Hickey |
2008-06-22 | added \return support for Java \r | Rich Hickey |
2008-06-21 | added notFound optional arg for keywords as fns and maps as fns, and enabled ... | Rich Hickey |
2008-06-20 | added nth support for Map.Entry so can destructure seqs of Java maps | Rich Hickey |
2008-06-20 | nth takes an optional not-found value, and destructuring uses nth with a nil ... | Rich Hickey |
2008-06-20 | fixed natural join with empty set input | Rich Hickey |
2008-06-20 | fixed fn init local alignment when closed over longs/doubles | Rich Hickey |