Hacker News new | ask | show | jobs
by voodootikigod 5699 days ago
Interesting that JavaScript 1.6, 1.7 and possibly Harmony will have primitives for Python-like generators
2 comments

    > Interesting that JavaScript 1.6, 1.7 and
    > possibly Harmony will have primitives for
    > Python-like generators
If you want, you can already use JavaScript 1.6 and 1.7 - 1.6 is supported in FF 1.5+ and 1.7 is supported in FF 2+

https://developer.mozilla.org/en/new_in_javascript_1.6

https://developer.mozilla.org/en/new_in_javascript_1.7

Thanks a lot for making this website. A lot of good stuff on there already.