5 ms·
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 ato
by kapv89 7y 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.
- bobbytherobot 7y agoWhat would you do with multi-threading in JS? I/O is already non-blocking which is a big reason for using multi-threading.