←back to thread

312 points chmaynard | 1 comments | | HN request time: 0s | source
Show context
nromiun ◴[] No.45060212[source]
Watching Python's rise has been a little wild. At first it was neck to neck with Perl and with Ruby after that. But then again nobody really expected AI to be this wildly popular.
replies(2): >>45060343 #>>45068310 #
ActorNightly ◴[] No.45060343[source]
There is a reason why NodeJS took off and was pretty much the prominent language on github before all the AI stuff with Python. Mind you this is pure JS, not even Typescript.

Processors and memory have gotten cheap enough were development speed matters more than compute cost.

replies(2): >>45060660 #>>45072746 #
1. wiseowise ◴[] No.45072746[source]
NodeJS took off because V8 is insanely fast for interpreted language and you can use the same language for backend/frontend.