Hacker News new | ask | show | jobs
Multithreaded JavaScript Discussion By Brendan Eich (aminutewithbrendan.com)
41 points by amwb 5698 days ago
2 comments

Interesting that JavaScript 1.6, 1.7 and possibly Harmony will have primitives for Python-like generators

    > 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.
Thanks for the link. I really didn't know that Brendan Eich, the creator of JavaScript himself, is running a podcast. Subscribed!