Comment on RethinkDB with io.js: exploring ES6 generators and the future of JavaScriptparentComments−Bahamut11yThat can be done via ES6 as well, replacing -> with => and adding parentheses for those lambdas.−sandstrom11yTrue! The only difference are implicit returns and significant whitespace I guess (and trailing same-line conditionals).(think it'll even have the skinny arrow, the fat one binds `this` too)
Comments
That can be done via ES6 as well, replacing -> with => and adding parentheses for those lambdas.
True! The only difference are implicit returns and significant whitespace I guess (and trailing same-line conditionals).
(think it'll even have the skinny arrow, the fat one binds `this` too)