summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-07more numbers experimentationRich Hickey
2008-04-07don't emit derived fn types for constants, due to visibility, emit AFn or ↵Rich Hickey
RestFn instead
2008-04-07really fixed RT.get string/array with index out of bounds to return nullRich Hickey
2008-04-06fixed RT.get string/array with index out of bounds to return nullRich Hickey
2008-04-06fixed reflective no-arg calls in statement positionRich Hickey
2008-04-06throw exception on (.member) with no targetRich Hickey
2008-04-06added support for package-qualified classnames in symbol-dot macroexpansionRich Hickey
2008-04-05phase 2 enhanced host calls, (.member target ...), (target.member ...), and ↵Rich Hickey
(classname. ctor-args) macroexpansions
2008-04-05phase 1 enhanced host calls, no parens needed on argsRich Hickey
2008-04-03more numbers experimentationRich Hickey
2008-04-03made loadResourceScript publicRich Hickey
2008-04-03changed *out* type hint to WriterRich Hickey
2008-04-03throw exception on divide by zeroRich Hickey
2008-04-02more numbers experimentationRich Hickey
2008-04-02added seq support for IteratorsRich Hickey
2008-04-02fixed macroexpand of non-seqsRich Hickey
2008-04-02fixed internal reduceRich Hickey
2008-04-02range seq, internal reduce in ISeqRich Hickey
2008-04-01experimenting with new numbers prototypeRich Hickey
2008-04-01starting new numbers prototypeRich Hickey
2008-03-31starting new numbers prototypeRich Hickey
2008-03-30proxy - handle interfaces that redeclare Object methodsRich Hickey
2008-03-30disallow recur from catch/finallyRich Hickey
2008-03-30new 'for' syntax, now supports an optional filter per sequence, with either ↵Rich Hickey
filter (:when) or short-circuit (:while) logic
2008-03-30got rid of redundant addTreeModelListenerRich Hickey
2008-03-30added arglist for identical?Rich Hickey
2008-03-29got rid of implement, added docsRich Hickey
2008-03-29added arglists to in-ns and load-fileRich Hickey
2008-03-29fixed when-first when empty non-seq collRich Hickey
2008-03-28setup default bindings for smap before/afterRich Hickey
2008-03-28tightened smap rangeRich Hickey
2008-03-26re-enabled clearing locals on tail calls, but track locals used in ↵Rich Hickey
catch/finally clauses and avoid clearing them
2008-03-26made FnExpr publicRich Hickey
2008-03-25backed out of arg clearing due to interaction with tryRich Hickey
2008-03-25backed out of local clearing due to interaction with tryRich Hickey
2008-03-25added locals clearing on tail callsRich Hickey
2008-03-25added arg clearing on tail callsRich Hickey
2008-03-24use subsuming method, if any, rather than first found, when overloaded ↵Rich Hickey
w/same arity
2008-03-24made Repl load files in user ns, changed Repl to serve as better example of ↵Rich Hickey
hosting Clojure in Java using public APIs
2008-03-23changed reflective calls back to find first matchingRich Hickey
2008-03-23made IFn extend Runnable, stricter overload resolution, accessible macro ↵Rich Hickey
metadata via *macro-meta*, more type hints in boot.clj
2008-03-22fixed send, send-off docsRich Hickey
2008-03-21(str false) => "false"Rich Hickey
2008-03-20got rid of input purge on exceptionRich Hickey
2008-03-20changed use of ! to send in await, await-forRich Hickey
2008-03-17added if-let, when-let, replaceRich Hickey
2008-03-17made distinct lazyRich Hickey
2008-03-17switched to readLine on input purge in Repl exception handlerRich Hickey
2008-03-16added newline on EOFRich Hickey
2008-03-15filter all considered methods in superclass traverse, to avoid implementing ↵Rich Hickey
method turned final in derived