Generator (computer programming): Difference between revisions

Content deleted Content added
m Haskell: Typo fixing and checking, typos fixed: agreable → agreeable (2) using AWB (8097)
coroutines
Line 12:
| title = General ways to traverse collections in Scheme
| url = http://okmij.org/ftp/Scheme/enumerators-callcc.html
}}</ref> Generators are a special case of (and weaker than) coroutines, in that they always yield control back to the caller (when passing a value back), rather than specifying a coroutine to jump to; see [[Coroutine#Comparison with generators|comparison of coroutines with generators]].
}}</ref>
 
== History ==