Age | Commit message (Expand) | Author |
2008-07-29 | moved clj files into src/clj/ | Rich Hickey |
2008-07-29 | moved clj files into src/clj/ | Rich Hickey |
2008-07-29 | updated docs and example, from Chouser | Rich Hickey |
2008-07-29 | added exceptions and errors to default java.lang imports | Rich Hickey |
2008-07-28 | updated docs and example, from Chouser | Rich Hickey |
2008-07-28 | new namespace and class rules for genclass, patch from Chouser | Rich Hickey |
2008-07-28 | added prefer-method | Rich Hickey |
2008-07-28 | fixed argument handling context in eval new | Rich Hickey |
2008-07-28 | removed nil returns from derive/underive base cases | Rich Hickey |
2008-07-28 | fixed :exposes to use getDeclaredField | Rich Hickey |
2008-07-28 | fixed class bug in isa? | Rich Hickey |
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 |