What is lazy evaluation?
The Eric Normand Podcast - Podcast autorstwa Eric Normand
Kategorie:
Lazy evaluation is a common technique in functional programming for separating two concerns: how you generate a value from whether/when you actually generate it. We look at the two different kinds of laziness and the benefits it gives you.