; 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
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*