Generator (computer programming): Difference between revisions

Content deleted Content added
m General fixes and Typo fixing, replaced: AKA → a.k.a. using AWB
Line 42:
</ref> [[Ruby (programming language)|Ruby]], the later versions of ECMAScript (as of ES6/ES2015) and other languages. In CLU and C#, generators are called ''iterators'', and in Ruby, ''enumerators''.
 
===LispLip===
 
The final [[Common Lisp]] standard does not natively provide generators, yet various library implementations exist, such as [http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node347.html#SECTION003400000000000000000 SERIES] documented in CLtL2 or [http://cliki.net/pygen pygen].