Re: Calling Clojure from Java: unbound function

2011-03-28 Thread Mark Meyer
is unbound. at clojure.lang.Var.deref(Var.java:142) at clojure.lang.Var.get(Var.java:133) at hexadoku.HexSolver.solve(hexadoku.clj:10) 2011/3/29 Ken Wesson > On Mon, Mar 28, 2011 at 8:46 AM, Mark Meyer wrote: > > Hi. > > I'm having problems calling clojure code from Java. Basi

Calling Clojure from Java: unbound function

2011-03-28 Thread Mark Meyer
Hi. I'm having problems calling clojure code from Java. Basically I deftype'd (deftype HexSolver [] Solver (solve [this grid] (search (process-grid grid and somewhere near the top of that file file (defn search [foo] ...) the very top places this in the namepsace (:ns hexadoku (:gen-cla