Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Again... Good luck with parallel code.


>Again... Good luck with parallel code.

Err, people have moved on from straight parallel code. It's all about message passing and isolation now, which is something Javascript can get perfectly easily (and sort of already has).


First, it's the browser that has web workers, not javascript. Second, message passing is prohibitively slow for things like, say, video games. Third, it's not clear at all that we gain any benefit from javascript use.


Lol no.


yeah web workers have been driving me nuts recently. The debugging - or lack of it - is crazy.


You can debug web workers in Chrome's normal debugger. It has a separate debugger instance for each worker.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: