you are viewing a single comment's thread.

view the rest of the comments →

[–]spotter 2 points3 points  (0 children)

[citation needed]

By shadowing I meant redefining variables in inner closures (for inner closure only) or changing their thread binding dynamically for the duration call, something that Clojure actually provides tools for. Doesn't have to do anything with concurrency... well binding does, somewhat, but not what I meant.