Top Programming Languages 2025
spectrum.ieee.org
Top Programming Languages 2025
1–10 of 467 posts
Re: Top Programming Languages 2025
#2In an alternate universe, if LLM only had object oriented code to train on, would anyone push programming forward in other styles?
Re: Top Programming Languages 2025
#3Instead I find myself more concerned with which virtual machine or compiler tool chain the language operates against. Does it need to ship with a VM or does it compile to a binary? Do I want garbage collection for this project?
Maybe in that way the decision moves up an abstaction layer the same way we largely moved away from assembly languages and caring about specific processor features.
Re: Top Programming Languages 2025
#4Re: Top Programming Languages 2025
#5Re: Top Programming Languages 2025
#6I totally expected JavaScript to get the 2nd spot but looks like TypeScript pulled the votes away. I personally consider JavaScript and TypeScript to be close enough for their numbers to be added up.
Re: Top Programming Languages 2025
#7Re: Top Programming Languages 2025
#8Re: Top Programming Languages 2025
#9I was pondering similar thoughts. Will LLM assistants ossify our current programming languages? My limited testing seems to show LLM assistants do well the more popular the language is (more data in its training), so is the hurdle for adoption of something new going to get even higher? In an alternate universe, if LLM only had object oriented code to train on, would anyone push programming forward in other styles?
Re: Top Programming Languages 2025
#10I totally expected JavaScript to get the 2nd spot but looks like TypeScript pulled the votes away. I personally consider JavaScript and TypeScript to be close enough for their numbers to be added up.
I agree, I think it makes most sense to add them up to be the true #2.