clojurejs
clojurejs copied to clipboard
CompilerException java.lang.IllegalArgumentException: Duplicate case test constant: quote, compiling:(clojurejs/js.clj:487:5)
When I try (use 'clojurejs.js) in lein repl using Clojure 1.5.1 I get this error:
CompilerException java.lang.IllegalArgumentException: Duplicate case test constant: quote, compiling:(clojurejs/js.clj:487:5)
Unfortunately, clojurejs hasn't been updated to work with Clojure 1.5.x. I suggest checking out https://github.com/chlorinejs for a more modern fork of clojurejs. Good luck.
Thanks for the pointer. Chlorine looks interesting.
On Fri, Dec 20, 2013 at 7:28 PM, Ram Krishnan [email protected]:
Unfortunately, clojurejs hasn't been updated to work with Clojure 1.5.x. I suggest checking out https://github.com/chlorinejs for a more modern fork of clojurejs. Good luck.
— Reply to this email directly or view it on GitHubhttps://github.com/kriyative/clojurejs/issues/11#issuecomment-31055781 .