📝Dynamic scoping works badly with laziness

Dynamic scoping works badly with laziness. The binding might change between evaluations of two chunks, so the value might appear inconsistent.

When using laziness, avoid dynamic scoping or capture variables explicitly.

Q

Backlinks