Re: Help with binding

2012-01-09 Thread Matthew Giannini
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

PCL -> Clojure: question about variables

2011-11-07 Thread Matthew Giannini
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,