• warlaan@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    6 months ago

    You may enjoy having a look at F#. It says that it’s “functional first”, but I think a better description would be “an opinionated version of C#”.

    For example it doesn’t have a “const”-keyword. Instead it has a “mutable”-keyword, because everything is const by default.