It seems like there are about 22 27 46 219 320 493 1840 active subscribers here. I have a few questions for you all.

  • Which programming languages do you regularly use?
  • Which are your favorite to work with and why?
  • Which do you have interest in trying and why?
  • leetnewb@beehaw.org
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    I don’t have any professional experience or ambitions, but:

    Use nim for personal projects. It feels like there is less boilerplate than others I’ve tried and it felt more natural to me than python. Faster than python and compiles. Plus has a javascript backend option. Pretty neat language all in all and does an ok job from scripting to web.

    Interest in trying? Probably Kotlin. Seems like another language with wide utility.

    • sotolf@beehaw.org
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      Wow, I wasn’t expecting to find another nim user here, It’s what I use as well, and it’s just a very fun and nice language to work in :)

        • leetnewb@beehaw.org
          link
          fedilink
          arrow-up
          4
          ·
          1 year ago

          There is a perspective that Nim kinda sorta writes/looks like a compiled Python. It also seems to get mentioned everywhere.

          • sotolf@beehaw.org
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Yeah, it’s kind of a pascal/modula/ada thing with a more python like syntax. It does have a really nice typesystem that I enjoy a lot :)