Re: Bug in passing closured fns to eval

2012-06-28 Thread Tassilo Horn
myk writes: Hi! > Hi - I'm pretty sure I've found a bug in the way eval (Clojure 1.4) > deals with fns that have closures (in that it doesn't). > > I've posted my examples on stack overflow, so I won't reproduce them here: > http://stackoverflow.com/questions/11191992/functions-with-closures-and

Bug in passing closured fns to eval

2012-06-28 Thread myk
Hi - I'm pretty sure I've found a bug in the way eval (Clojure 1.4) deals with fns that have closures (in that it doesn't). I've posted my examples on stack overflow, so I won't reproduce them here: http://stackoverflow.com/questions/11191992/functions-with-closures-and-eval-in-clojure/11202589#1