logoalt Hacker News

shevy-javayesterday at 11:24 PM2 repliesview on HN

To me it seems as if scripting languages have it hard right now, aside from Python.

AI seems to have changed how people find and use new languages. The influx of new people kind of ... died down for many older languages here.


Replies

huijzertoday at 4:01 AM

Agreed. AI doesn’t level the playing field but turns it more in a winner takes all situation. AI is currently best in Python programming from what I hear and this is because it has seen the most Python code.

throwaway894345yesterday at 11:44 PM

Even before AI the trend was moving toward increasingly static languages (JS->TS and even a lot more typed Python). Once you accept the static typing benefits, you start to wonder if you could leverage the constraints to drive performance improvements.