Hi, I'm a Clojure newbie and I'm having trouble running labrepl on Eclipse (so I can eventually use it with Incanter). I get the following error when I try to run the REPL on labrepl:
Exception in thread "main" java.lang.IllegalStateException: Pop without matching push at clojure.lang.Var.popThreadBindings(Var.java:350) at clojure.contrib.repl_ln$repl.doInvoke(repl_ln.clj:273) at clojure.lang.RestFn.invoke(RestFn.java:422) at clojure.contrib.repl_ln$_main.doInvoke(repl_ln.clj:140) at clojure.lang.RestFn.applyTo(RestFn.java:138) at clojure.contrib.repl_ln.main(Unknown Source) Does anyone know what this might mean and how I can fix it? (Also, there is a warning on the pom.xml file that there is no schema defined, although I followed the install instructions at https://github.com/relevance/labrepl/wiki/Eclipse) Thanks in advance! -Dylan -- 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 group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en