Re: Invalid method Code length 65567 in class file user$eval__630

2009-08-23 Thread Paul GT
; classpath using read." >    [rsrc-path] >    (with-open [r (java.io.PushbackReader. >                    (java.io.InputStreamReader. >                      (.getResourceAsStream java.lang.String rsrc-path) >                      "UTF-8"))] >      (read r))) > > Cheers, > > - Chas > > On Au

Invalid method Code length 65567 in class file user$eval__630

2009-08-20 Thread Paul GT
Dear list, I am writing some functions to serialize and deserialize clojure data structures, but somehow they do not work and I am stuck. The functions are as follows: (use 'clojure.contrib.duck-streams) (defn ser "Returns the string serialization of object o." [o] (binding [*print-dup*