On Tue, Aug 9, 2011 at 8:09 PM, Daniel Ribeiro <[email protected]> wrote:
> Hi, > > When starting the clojurscript from a clojure repl: > > clojurescript $ script/repl > Clojure 1.2.1 > user=> (require '[cljs.compiler :as comp]) > java.lang.IllegalArgumentException: Wrong number of args (4) passed to: > core$assert (core.clj:63) > user=> > > The jdk version: > java -version > java version "1.6.0_25" > Java(TM) SE Runtime Environment (build 1.6.0_25-b06) > Java HotSpot(TM) Server VM (build 20.0-b11, mixed mode) > > Any idea if I should use a newer clojure version/jdk, or I am too much at > clojurescript bleeding edge? > You should be using Clojure 1.3.0-beta1 if you're going to play with ClojureScript. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
