Generator (computer programming): Difference between revisions

Content deleted Content added
Line 44:
[http://msdn.microsoft.com/en-us/library/9k7k7cf0.aspx yield (C# Reference)]
</ref> [[Ruby (programming language)|Ruby]], [[PHP (programming language)|PHP]],<ref>
[https://www.php.net/manual/en/language.generators.overview.php/</ref> (PHP Reference)] the later versions of ECMAScript (as of ES6/ES2015) and other languages. In CLU and C#, generators are called ''iterators'', and in Ruby, ''enumerators''.
 
===Lisp===
Line 644:
 
See more in [https://medium.com/concerning-pharo/pharos-hidden-gem-generator-c51ef88aec26 A hidden gem in Pharo: Generator].
 
 
==See also==