Hello,
I am relatively new to clojure and lispy languages in general. I
wrote a small program that manipulated thread vars using the binding
macro and I am seeing what seems to be strange behavior.
To illustrate, here is another small program that reproduces what I am
seeing (without all the dis
it was on 1.2.0-master but I will upgrade to 1.3.0-master
thanks! :-)
On Sep 13, 3:01 am, Chouser wrote:
> On Sun, Sep 12, 2010 at 3:58 PM, doc wrote:
> > Hello,
>
> > I am relatively new to clojure and lispy languages in general. I
> > wrote a small program that manip
ep 13, 11:37 am, doc wrote:
> it was on 1.2.0-master but I will upgrade to 1.3.0-master
>
> thanks! :-)
>
> On Sep 13, 3:01 am, Chouser wrote:
>
> > On Sun, Sep 12, 2010 at 3:58 PM, doc wrote:
> > > Hello,
>
> > > I am relatively new to clojure and
52 48 64 56 71 64 72 86 22 37 63 10 85 20]
user=> (clojure-version)
"1.3.0-master-SNAPSHOT"
user=>
---
(I also ran this with just a plain clojure repl (no contrib or jline
jars in the classpath))
thanks for any help
take care,
Mike
On Sep 13, 11:37 am, doc wrote:
That works. Thanks!
take care,
Mike
On Sep 14, 1:38 am, Meikel Brandmeyer wrote:
> Hi,
>
> I can reproduce it with 1.2 and 1.3.0-master-20100911.130147-5. And I
> think I know, what the problem is: You must not recur out of a
> binding. The binding implicitely contains a try with cleanup code