Generator (computer programming): Difference between revisions

Content deleted Content added
Java: another example
Armetiz (talk | contribs)
m Add PHP RFC.
Line 401:
=== Lisp ===
[[Common Lisp]] also does not natively provide generators, yet various library implementations exist, such as [http://cliki.net/pygen pygen].
 
===PHP===
The community of PHP has started an [https://wiki.php.net/rfc/generators RFC about Generator].
 
==See also==