---
key: para/lazy
kind: paradigm
name: "Lazy Eval"
url: https://plangs.page/paradigm/lazy
---

# Lazy Eval

Delays the evaluation of an expression until its value is needed.

## Facts

- Homepage: https://en.wikipedia.org/wiki/Lazy_evaluation

## Relationships

### Plangs

- [Clean](https://plangs.page/clean)
- [Curry](https://plangs.page/curry)
- [Haskell](https://plangs.page/haskell)
