I wanna see what F# is about, especially now that I am better at FP&Lip. But the Microsoft thing really puts me off. I’m on Linux, I can’t use CLR, I don’t wanna make a WPF application or whatever — so why would I use F#?

  • Ephera@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    5 months ago

    To my knowledge, it’s just an FP language which can make use of Microsoft’s .NET ecosystem, like Scala and Clojure can make use of the JVM ecosystem…

    • ericjmorey@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      It’s Microsoft’s OCaml. Its design is focused on the functional paradigm but also facilitates a imperative paradigm as a secondary focus in the design.

  • Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 months ago

    .net core and .net 5+ runtimes are cross platform and open source. You can use them anywhere.

    You’re thinking of .net framework which is windows only and considered legacy.