▲ | conradludgate 19 hours ago | |||||||
> You might wonder: “Won’t the block execute immediately when passed as an argument?” Here’s the key insight: in Rye, code blocks { ... } are values. They don’t evaluate until you explicitly tell them to. | ||||||||
▲ | emoII 18 hours ago | parent [-] | |||||||
You're correct, that is lazy evaluation. The entire article talks about lazy evaluation without mentioning it, which was my point | ||||||||
|