On 02.12.2008, at 18:49, jim wrote:
> One thing I saw is that 'replace-syms' could be simplified. I rewrote
> it as:
>
> (defn- replace-syms [sym-map expr]
> (cond
> (seq? expr) (map #(replace-syms sym-map %) expr)
> (coll? expr) (into (empty expr)
>
Hi,
Am 02.12.2008 um 18:49 schrieb jim:
A couple of weeks ago, I took a crack at figuring out monads by
implementing them in Clojure. Inspired by Konrad's work, I pulled
that out and completed it.
Seems, that we have some inflation here. :)
I also re-activated my try from spring, which I use