Thoughts On Functional Programming Podcast By Eric Normand

How do you implement lazy evaluation?

Informações:

Sinopse

Lazy evaluation is easily implemented in any language that can create first-class computations. That means functions or objects. In this episode, I explain how to implement a Delay, which is a reusable lazy component that is common in functional programming languages.