chlorinejs / chlorine

Main library for Chlorine compiler (a subset of Clojure to javascript)
https://github.com/chlorinejs/lein-cl2c
45 stars 4 forks source link

bug in reduce/reductions #73

Closed myguidingstar-zz closed 11 years ago

myguidingstar-zz commented 11 years ago

(reduce + [1 2 3]) returns 7 which should have been 6