clojurejs icon indicating copy to clipboard operation
clojurejs copied to clipboard

CompilerException java.lang.IllegalArgumentException: Duplicate case test constant: quote, compiling:(clojurejs/js.clj:487:5)

Open asimjalis opened this issue 11 years ago • 2 comments

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)

asimjalis avatar Dec 20 '13 18:12 asimjalis

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.

kriyative avatar Dec 21 '13 03:12 kriyative

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 .

asimjalis avatar Dec 21 '13 09:12 asimjalis