bea wrote
Reply to comment by musou in Why is JavaScript only used on websites and webapps? by twovests
there is still no real integer type
the language always had proper signed and unsigned 32bit int support, though tbf it was boxed in 64bit floats, now we have BigInts
lacks good language-level primitives for concurrency
I guess "good" is the key word there but just in case I'll mention that we have: Workers in the browser and Worker Threads in Node.
Viewing a single comment thread. View all comments