Thoughts On Functional Programming Podcast By Eric Normand
How do you implement lazy evaluation?
- Autor: Vários
- Narrador: Vários
- Editora: Podcast
- Duração: 0:12:38
- Mais informações
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.