|
|
|
|
|
by 0x456
1720 days ago
|
|
My guess is because: - lots of people don't like Javascript - lots of people don't like V8 - the guy who made Node.js (Ryan Dahl) doesn't like it either - programmers think anything without thread support is a toy I like Node.js, Javascript, and Ryan Dahl, and have no strong opinions on V8. |
|
It is dominated on the server because Java, C#, Elixir, Erlang have a concurrency and parallelism story and node doesn’t.
For most scripting work it is hard to beat Python even if Python is slow.
Sometimes I think compiler and tools writing for node might be fun (boy the world needs an ISO common logic implementation that isn’t hets and Haskell) but compiler and tools writing in Java is fun too, particularly in JDK 16. (Think ‘Haskell the good parts’.)