• ThirdConsul@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    Out of curiosity, could you give me an example? I usually think the opposite whenever I interact with other languages?

      • ThirdConsul@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        2 months ago

        C# covers all feature of functional programming that comes to mind from Go (edit: not Go, what was it, Haskell?).

        Traits? Done. Monads? Done. Functions as params? Sure. Closures, errors as values, whatever you want.

        What are the specific language features you’re looking for or think are missing in C#?