Age | Commit message (Expand) | Author |
2008-08-29 | changed :requires/:uses/:imports in ns macro to :require/:use/:import | Rich Hickey |
2008-08-28 | added get-in, assoc-in, update-in | Rich Hickey |
2008-08-28 | Added require/use/load-resources, contributed by Stephen C. Gilardi | Rich Hickey |
2008-08-28 | added defonce | Rich Hickey |
2008-08-28 | added imports, refers, format, printf, ns | Rich Hickey |
2008-08-25 | improved UnsupportedOperationException message, patch from Chouser | Rich Hickey |
2008-08-25 | removed implicit seq for Iterators and Enumerations, added iterator-seq and e... | Rich Hickey |
2008-08-15 | backed off lazy-seq, too many complexites when side effects, stick with lazy-... | Rich Hickey |
2008-08-12 | added with-in-str | Rich Hickey |
2008-08-12 | use recur in concat$cat | Rich Hickey |
2008-08-10 | seq optimizations | Rich Hickey |
2008-08-09 | changed Delay to be non-fn, added delay? and force, added LazyCons and lazy-seq | Rich Hickey |
2008-08-06 | added unary support for =, not=, none= | Rich Hickey |
2008-08-06 | added multi-arg support for = and not=. | Rich Hickey |
2008-08-06 | made loadResourceScript throw if resource not found, added maybeLoadLoadResou... | Rich Hickey |
2008-08-04 | accept duplicate sigs from multiple interfaces - will map to same method, jus... | Rich Hickey |
2008-08-02 | made (class nil) -> nil, instead of NPE | Rich Hickey |
2008-07-30 | switched to using / in loadResourceScript call in generated static init | Rich Hickey |
2008-07-29 | moved clj files into src/clj/ | Rich Hickey |