summaryrefslogtreecommitdiff
path: root/src/clj
AgeCommit message (Collapse)Author
2008-08-30Fixed genclass method handling to max of 18 parametersRich Hickey
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
enhanced ns macro to call these
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 ↵Rich Hickey
enumeration-seq explicit constructors
2008-08-15backed off lazy-seq, too many complexites when side effects, stick with ↵Rich Hickey
lazy-cons
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
Added none=.
2008-08-06made loadResourceScript throw if resource not found, added ↵Rich Hickey
maybeLoadLoadResourceScript, failIfNotFound flag, based on patch from cemerick. Added overload of RT.var that takes an initial value.
2008-08-04accept duplicate sigs from multiple interfaces - will map to same method, ↵Rich Hickey
just jike Java
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