Re: error in clojurescript compilation

2012-06-23 Thread Moritz Ulrich
Can you show us some relevant lines in core.clj? This error means usually mistakes like a forgotten binding vector somewhere. On Sat, Jun 23, 2012 at 4:49 AM, Murtaza Husain wrote: > Hi, > > I was hacking away happily with my clojurescript, when suddenly this error > seems to crop up - > > java.

error in clojurescript compilation

2012-06-22 Thread Murtaza Husain
Hi, I was hacking away happily with my clojurescript, when suddenly this error seems to crop up - java.lang.IllegalArgumentException: Parameter declaration clojure.core/let should be a vector core.clj:6567 clojure.core/assert-valid-fdecl core.clj:220 clojure.co