|
|
|
|
|
by Roboprog
3448 days ago
|
|
I like the dynamic + functional aspects of JS. I just wish that Node JS semantics were more like Erlang (which I have only admired from afar, alas - Java brain death forever!). E.g. - concurrent operations in a single VM, but using actors exchanging immutable messages, NOT shared data and locks. |
|