Version 6 of generators

Updated 2005-12-28 12:04:21

A part of Concurrency concepts.

Generators are a fundamental part of the Icon programming language [L1 ] and were later borrowed by other languages. In Icon generators and co-expressions are related but not identical. (Added by escargo 10/24/2002)

[also called "co-expressions", or, by Donald E. Knuth, "semi-coroutines"]

Generators are big in modern Python.


Category Concept