Contribute Media
A thank you to everyone who makes this possible: Read More

Emulating Lazy Evaluation

Description

Python does not support lazy evaluation, so lets make Python do lazy evaluation. It's fun and gives us an excuse to do some metaprogramming.

Details

Improve this page