• danhab99@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    Golang

    Go modules backed by a robust standard lib and Go’s interface system makes doing a tonne of high performance work super convenient. Also multi threading at the language level makes way more sense.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Nah. If Go wasn’t backed by Google, nobody would give a shit. BEAM+Elixir has just as good mutithreading, and it doesn’t make a bunch of weird decisions just for the sake of being different from Java/C#/C++.

    • NixDev@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      I have been working with golang the past few weeks. Seems like it is getting more adopted. Lots of our 1.8 Java apps are being rewritten in Go. Still have some die hard Java fans, but most teams are looking at other languages.