Re: Problem getting started: Wrong number of args (4) passed to: core$assert

2011-08-09 Thread Daniel Ribeiro
Thanks. Worked great. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this grou

Problem getting started: Wrong number of args (4) passed to: core$assert

2011-08-09 Thread Daniel Ribeiro
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

Re: Dubious performance characteristics of hash-maps

2010-02-23 Thread Daniel Ribeiro
IBM has this very comprehensive guide on java benchmarking: http://www.ibm.com/developerworks/java/library/j-benchmark1.html It is quite long, but there are so many parameters and optimizations on the JVM that overlooking them is not a real option for a real benchmark. Regards, Daniel On Feb 23,