Why are there so many programming languages? And why are there still being so many made? I would think you would try to perfect what you have instead of making new ones all the time. I understand you need new languages sometimes like quantumcomputing or some newer tech like that. But for pc you would think there would be some kind of universal language. I’m learning java btw. I like programming languages. But was just wondering.

  • hitwright@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    There is a time when you are solving/coding for a specific domain and you quickly start metaprogramming (coding a code generator). That’s the moment when you write your own Domain Specific Language. They have a tendency to grow and evolve. In time some of them become full blown programming languages themselves.

    My suggestion, learn a few from different paradigms. They are more than eye opening.