Python Tutorials
Home
Python
PythonThe Future of JavaScript: an Update from Brendan Eich
Brendan Eich has posted a status update on some of the work going into the upcoming JavaScript 2, aka ECMAScript Edition 4 (ES4). One feature that should look familiar to Python hackers are generators and iterators, as seen in the following example taken from a console session:
js> function count(n) {
for (var i [...]
Read Article
Sponsored Links
Read Article
Sponsored Links
Read Next: Django adopts Dojo as Ajax framework
Related Topics
Sponsored Links
