You are currently using a new, unsaved search.
Concurrent with-redefs do not unwind properly, leaving a var permanently changed
defn :or form does not warn you if you provide a vector instead of a map
hash-maps print-dup as literal, thus can be read as array-maps
IAtom interface
Enhance clojure.java.shell/sh to accept more input types
clojure.string/replace-first returns nil with replacement fn when regex doesn't match
Improve error message when a protocol method is not found
Data Conveying Exception
Create macro to variadically unroll a combinator function definition
Create test suite for functional fns (e.g. juxt, comp, partial, etc.)
Upgrade ASM to a more current version
contains? broken for TransientMaps
make sure compile paths shares as much code as possible
Add support for Big* numeric types to Reflector
lazy recursive definition giving incorrect results
subseq, rsubseq enhancements to support priority maps?
smarter assert (prints locals)
dynamic defrecord definitions trumped by AOT versions in classpath
Multiplatform command-line clojure launcher
reify allows use of qualified name as method parameter
Enhance (vector-of) to populate vector
add :as-of option to refer
(take-nth 0 coll) redux...
defn-created fns inherit old metadata from the Var they are assigned to
clojure.lang.Reflector.invokeMatchingMethod is not complete (rejects pontentially valid method invocations)
Support typed non-primitive fields in deftype
debug builds
Add support for subsets and submaps to sorted Sets/Maps
Support arbitrary functional destructuring via -> and ->>
Reloading core.clj from REPL fails with print-method exception
Enhance = and == docs
DynamicClassLoader's call to ClassLoader.getSystemClassLoader is prohibited in some environments
GC Issue 109: RT.load's "don't load if already loaded" mechanism breaks ":reload-all"
GC Issue 81: compile gen-class fail when class returns self
GC Issue 66: Add "keyset" to Clojure; make .keySet for APersistentMap return IPersistentSet
GC Issue 43: Dead code in generated bytecode
GC Issue 38: When using AOT compilation, "load"ed files are not reloaded on (require :reload 'name.space)
Scopes