summaryrefslogtreecommitdiff
path: root/src/boot.clj
AgeCommit message (Expand)Author
2008-02-29added (class x), returns getClassRich Hickey
2008-02-28added cast, cast arg to Number in unary +, *Rich Hickey
2008-02-28added var?, special-symbol?, and changed resolve to return nil if not foundRich Hickey
2008-02-27started concrete proxy supportRich Hickey
2008-02-27added tree-seq, file-seq, xml-seqRich Hickey
2008-02-26try using getContextClassLoader in implementRich Hickey
2008-02-25added symbol support for ->, so (-> x :a) ==> (:a x)Rich Hickey
2008-02-22completed docsRich Hickey
2008-02-21fixed access on helpers, contains? now returns false on non-mapsRich Hickey
2008-02-21more docsRich Hickey
2008-02-20more docsRich Hickey
2008-02-20return false consistently on < <= > >= ==Rich Hickey
2008-02-20defined dissoc for no keysRich Hickey
2008-02-18fixed refer NPE on non-existent namespaceRich Hickey
2008-02-18print doc indicates macro statusRich Hickey
2008-02-18find-doc sorts namesRich Hickey
2008-02-18renamed scan to dorun, touch to doall, support for variadic assoc and dissocRich Hickey
2008-02-18more docs, added re-pattern, print-doc, find-docRich Hickey
2008-02-17more docsRich Hickey
2008-02-17doc formattingRich Hickey
2008-02-16more docs, doc macroRich Hickey
2008-02-15started adding docsRich Hickey
2008-02-14added rand, rand-int and defn-Rich Hickey
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-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-11renamed fn and let special ops to fn* and let*. Made fn and let macros, which...Rich Hickey
2008-02-11formattingRich Hickey
2008-02-11added assoc/dissoc/conj support for beansRich Hickey
2008-02-11folded strcat into strRich Hickey
2008-02-10added when-first, lazy-catRich Hickey
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 bean, which creates a live read-only map of an object's javabeans prope...Rich Hickey
2008-02-04added fn* defn* and defmacro* based on let*Rich Hickey
2008-02-04switched for to use let*Rich Hickey
2008-02-04added string? symbol? map? vector? seq? nthrestRich Hickey
2008-02-03removed binding injection in let [x (fn ... and added optional anonymous func...Rich Hickey
2008-02-01added seq calls to forRich Hickey
2008-02-01added forRich Hickey
2008-01-31simplified cycleRich Hickey
2008-01-31got rid of thisfnRich Hickey
2008-01-28interim checkin, do not useRich Hickey
2008-01-28interim checkin, do not useRich Hickey