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?
  • distant plant@microblog.lakora.us
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    @ericjmorey@beehaw.org I really like F# - it’s not always a better choice than C#, but when it is, you can make really concise, readable code and then add that in a library to a C# or VB app. (List comprehensions, and the immutable list type itself, are awfully nice)

    • ericjmorey@beehaw.orgOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I have a soft spot for Ocaml since it was one of the first languages I used for a non trivial project. I never made a leap to the F#/.Net ecosystem but it seems to mirror Ocaml in many ways.