|
|
|
|
|
by ben509
2205 days ago
|
|
> Nodejs blew everything out of the water Node's JIT comes from a web browser's javascript implementation used by billions of people. It's also had async baked in from day one. Python started single process, added threading, and then bolted async on top of that. And CPython is a pretty straight interpreter. A comparison between Node and PyPy would be more informative, but PyPy has a far less mature JIT and still has to deal with Python's dynamism. > If we invent a label maybe they’ll start becoming self aware and start acting more down to earth. You can't lecture people into self-awareness, any more than experts can lecture everyone into wearing masks. |
|