8. Generator
Among the advances in ECMAScript 2015 are generators: functions with persistent control state that can be reused multiple times and return multiple results. A generator is defined with a new keyword: function* and he uses the keyword yield to interact with the caller.
8.1 Linear generator
A first example illustrating the pauses that occur in the generator and the various restarts is shown in Figure 50 a.
This is the first call to...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Generator
Article included in this offer
"Traceability"
(
56 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...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!