summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-01-25interim checkin, do not useRich Hickey
2008-01-25interim checkin, do not useRich Hickey
2008-01-24interim checkin - do not useRich Hickey
2008-01-24interim checkin, do not useRich Hickey
2008-01-24interim checkin - do not useRich Hickey
2008-01-23interim checkin, do not useRich Hickey
2008-01-22renamed table() to getns()Rich Hickey
2008-01-16coerce all Boolean false returns to Boolean.FALSERich Hickey
2008-01-14renamed struct to struct-map, construct to struct. Added to-set and distinctRich Hickey
2008-01-13made make-proxy use Compiler's classloader as parentRich Hickey
2008-01-12made DynamicClassLoader no-arg ctor use Compiler's classloader as parentRich Hickey
2008-01-09added construct, resultset-seq, keyword fn, vars in namespace tablesRich Hickey
2008-01-08fixed BigNum.equalsRich Hickey
2008-01-08added pr support for \r in stringsRich Hickey
2008-01-07fixed *warn-on-reflection* accessRich Hickey
2008-01-07renamed contains to contains?Rich Hickey
2008-01-06added *warn-on-reflection*Rich Hickey
2008-01-06made and return the first non-true valueRich Hickey
2008-01-06first cut of true/false supportRich Hickey
2008-01-05swapped ASMRich Hickey
2008-01-05compilation of field access, string tags, array classname resolution, rseq ↵Rich Hickey
factored into Reversible boot.clj generates NO reflective calls
2008-01-04reflective/compiled calling unificationRich Hickey
2008-01-04arg boxing on eval calls to matched methodsRich Hickey
2008-01-04eval creates loader if neededRich Hickey
2008-01-04fixed tag on *out*Rich Hickey
2008-01-04flag use of qualified name as fn parameterRich Hickey
2008-01-04fixed issues with overload resolutionRich Hickey
2008-01-03same arity overload resolution in ctors and methodsRich Hickey
2008-01-03made strcat accept 0 args, switched to StringBuilder in implementation. Made ↵Rich Hickey
pr et al accept 0 args
2008-01-01wrap evals of throw in fn contextRich Hickey
2008-01-01enable eval of throw to throw Errors as well as ExceptionsRich Hickey
2007-12-31adjusted barge wait and retry limitRich Hickey
2007-12-31added *print-readably* support to pr, prn, print and printlnRich Hickey
2007-12-31added loadRich Hickey
2007-12-31changed load to take ReaderRich Hickey
2007-12-31changed doto to return instanceRich Hickey
2007-12-31added comparator, changed order of args to sort with comparator, added ↵Rich Hickey
sort-by with comparator
2007-12-31added Comparable to default importsRich Hickey
2007-12-29changed order of args to merging fn in merge-withRich Hickey