Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Release 1.3
-
Component/s: None
-
Labels:None
-
Approval:Ok
Description
Reported by richhickey, Jan 01, 2009
Right now will allow:
(loop [x 42]
(when (pos? x)
(binding [*out* *out*]
(recur (dec x)))))
but the recur doesn't (can't) really happen in the scope of the binding
try #3 at the patch, now with some tests to check that things that are ok to do are still possible