• @[email protected]
    link
    fedilink
    2511 months ago

    As does C#. The Windows-specific parts are not the parts most developers will use these days.

      • @[email protected]
        link
        fedilink
        1211 months ago

        C# is .Net though. It’s only syntax without it.

        I think it’s definitely a dig at windows, because that used to be the primary issue with c#, you could only really target windows and you could only write it using windows. You could run .net framework applications on Linux, but it was a lot of work and it really underperformed (which would fit the timeline of 2015, when this comic was first posted). Now with .net core you can make a self contained executable that can run on anything.

        • @[email protected]
          link
          fedilink
          English
          211 months ago

          You can even compile to a native executable these days I believe so you don’t have to have the .net runtime installed or bundled.