summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-14changed prstr to pr-str in assertRich Hickey
2008-02-13fixed self-call in defmulti macroRich Hickey
2008-02-13renamed :sigs to :arglists, added pr*-str fns, with-out-strRich Hickey
2008-02-13added re-find, re-matcherRich Hickey
2008-02-13added :sigs metadataRich Hickey
2008-02-13added field names to error messagesRich Hickey
2008-02-12added re-groups and use in re-seq and re-matchesRich Hickey
2008-02-12added re-seq, re-matches, nth support for matcherRich Hickey
2008-02-12added compiled regex literals via #"pattern"Rich Hickey
2008-02-11renamed fn and let special ops to fn* and let*. Made fn and let macros, ↵Rich Hickey
which, by the end of boot.clj, do destructuring, as do all macros which emit them.
2008-02-11added nth support for Map.EntryRich Hickey
2008-02-11changed strcats to strRich Hickey
2008-02-11formattingRich Hickey
2008-02-11added assoc/dissoc/conj support for beansRich Hickey
2008-02-11folded strcat into strRich Hickey
2008-02-11added :else to collection-tagRich Hickey
2008-02-11removed exportRich Hickey
2008-02-10added when-first, lazy-catRich Hickey
fixed for so bindings can nest, e.g. (for [x xs y (f x)]...
2008-02-08made meta return nil on non-IObjsRich Hickey
2008-02-08added prstr, assert, testRich Hickey
2008-02-08renamed ns-exports ns-publicsRich Hickey
2008-02-08var metadataRich Hickey
2008-02-06added seq support and inspector support for Java MapsRich Hickey
2008-02-06added bean, which creates a live read-only map of an object's javabeans ↵Rich Hickey
properties
2008-02-06added default handling of equals, toString and hashCodeRich Hickey
2008-02-05fixed maybeClass when passed ClassRich Hickey
2008-02-05moved boot.clj load to RT.init()Rich Hickey
2008-02-04added fn* defn* and defmacro* based on let*Rich Hickey
2008-02-04added get and contains support for strings and arrays, treating as ↵Rich Hickey
associative, keyed by index, like vectors
2008-02-04switched for to use let*Rich Hickey
2008-02-04added string? symbol? map? vector? seq? nthrestRich Hickey
first cut at destructuring let (let*)
2008-02-04prevent access to non-exported macro from other nsRich Hickey
2008-02-03added count, nth support for strings, Java Collections and arrays, get and ↵Rich Hickey
contains? support for Java Maps
2008-02-03removed binding injection in let [x (fn ... and added optional anonymous ↵Rich Hickey
function name binding (fn name [args] ...)
2008-02-01added seq calls to forRich Hickey
2008-02-01added forRich Hickey
2008-02-01fixed subvec assoc at endRich Hickey
2008-01-31simplified cycleRich Hickey
2008-01-31got rid of thisfnRich Hickey
2008-01-31simplified, now includes .clj files in jarRich Hickey
2008-01-29simple inspector supportRich Hickey
2008-01-28interim checkin, do not useRich Hickey
new constant handling
2008-01-28interim checkin, do not useRich Hickey
new constant handling
2008-01-28interim checkin, do not useRich Hickey
2008-01-28interim checkin, do not useRich Hickey
added array-map
2008-01-28interim checkin, do not useRich Hickey
rename != not= added ns- prefix to refers et al added ns-unmap
2008-01-28interim checkin, do not useRich Hickey
made = use equiv for Numbers
2008-01-27interim checkin - do not use,Rich Hickey
added emit to xml.clj
2008-01-26interim checkin - do not use, fixed boolean return in proxy handlerRich Hickey
2008-01-25interim checkin - do not useRich Hickey