• mrkite@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    8 months ago

    C. I’ve been programming for over 30 years and it’s the only language to survive. Imagine if I was asked this question 30 years ago and picked perl or Pascal, I’d be screwed today.

  • Knusper@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    Rust:

    • It covers all bases, from embedded to backend to webdev to gamedev.
    • I could create libraries with it, which can be called from other languages.
    • It’s good.
  • KSP Atlas@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    Likely either C or C++, both languages have been around for a long time and both are still used in huge projects

  • marietta_man@yall.theatl.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    Scala. Expressive, concise, can scale from simple to sophisticated. Sufficiently powerful - has metaprogramming, advanced types. Runs on a world-class runtime and takes advantage of a huge, mature package ecosystem that isn’t going anywhere.

  • pingveno@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    I would be torn between Python and Rust.

    The case for Python is that I’m already very experienced in it (nearly 20 years), there’s a good job market out there for it, and the ecosystem is one of the best in existence. It’s like a comfortable well made jacket, maybe a tad worn in some areas but very functional. And it’s not standing still, with a community that’s committed to constant improvement.

    Rust is more fun. I like the way it’s been put together. It can also be used in more areas. There are some niches (wasm, low level, kernel) where Python just doesn’t work. It has been able to benefit from the years of mistakes from Python and other languages on things like how it handles Unicode strings. I don’t know it as well as Python, but I barely get a chance to work with it so that could change quickly in time.

  • sudotstar@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    I’d probably pick something esoteric and then just stop programming, tbh. I enjoy being a polyglot programmer, and learning many languages and learning from many ecosystems is incredibly interesting to me, far more than hyper-specializing in a single language would be.

  • demesisx@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 months ago

    Unison. If it were to gain mainstream adoption, it would change the world. It’s a crazy futuristic idea and no one else seems to even remotely be approaching the same thing.

    • MagnoliaMayhem@programming.dev
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      8 months ago

      Just scanning through the docs and YouTube, it doesn’t seem to do anything that I can’t easily do with Go. What am I missing?