←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. nromiun ◴[] No.45060660[source]
IMO NodeJS popularity was expected. After all these years you still can't use anything other than JS on the frontend (WASM is still too green). So if you are going to master a language you might as well use it in the backend too.