clojure:prim

Last commit made on 2010-06-11
Get this branch:
git clone -b prim https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
prim
Repository:
lp:clojure

Recent commits

3f74c9f... by Rich Hickey <email address hidden>

re-enable protocol-based reduce

9ad685b... by Rich Hickey <email address hidden>

flow type hints on static invoke calls

d4239d0... by Stuart Halloway <email address hidden>

#377 test now reports file/line for failures in repl or Ant build

Signed-off-by: Rich Hickey <email address hidden>

c7af275... by Rich Hickey <email address hidden>

simplified keyword callsites, made compatible with static fns

826c815... by Rich Hickey <email address hidden>

munge dashes in ns names for static calls

46da540... by Rich Hickey <email address hidden>

eliminate reflection in chunk* and other core calls

27d9f6a... by Rich Hickey <email address hidden>

account for longs/doubles on stack for static fns

0d7aed7... by Rich Hickey <email address hidden>

add support for constant vectors and sets

662b384... by Rich Hickey <email address hidden>

detect constant maps, emit as constants
break down constant inits into separate methods, call from init
move core.clj to statics

48bfe3b... by Rich Hickey <email address hidden>

moved statics to using arglist metadata, support recursion and variadics, limit primitives to long and double