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