Cedric - thanks. I'm new to Clojure and after posting this realized that I
could/should use one of the do* approaches. I ended up using doseq and it
worked great.
Thanks.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send e
I am new to Clojure and have been working through some of the examples
on the PCL -> Clojure blog. Currently I am working through Chapter 6
(variables).
The blog says "Nothing stops multiple functions from closing on the
same variables. Here is a function that returns an incrementer,
decrementer,