8. Generator
Among the advances in ECMAScript 2015 are generators: a kind of function with a persistent control state, which can be repeated several times and return several results. A generator is defined with a new keyword: function* and uses the keyword yield to interact with your caller.
8.1 Linear generator
A first example illustrating the pauses in the generator and the various restarts is shown in figure 50 a.
This is the first call for...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Generator
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
- (1) - SELF UNGAR (D.), SMITH (R.B.) - Self : The Power of Simplicity. - OOPSLA '87 Conference Proceedings, pp. 227-241, Orlando, FL, October 1987
Standards
- ECMAScript® 2016 language specification - ECMA-262 - 2016
- IEEE Standard for the Scheme Programming Language...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!