Hacker News new | ask | show | jobs
by kapv89 2365 days ago
I think JS has had enough of syntactic sugar like features. What it needs as a next step in its natural evolution is support for proper multi-threading with atomics, mutex etc.
1 comments

What would you do with multi-threading in JS? I/O is already non-blocking which is a big reason for using multi-threading.