• voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    19 days ago

    i tried using c# for lower-level-ish tasks and it was even more painful than js (emulation development, specifically). who the fuck decided that all math operations should cast to int???

    • Heavybell@lemmy.world
      link
      fedilink
      English
      arrow-up
      16
      ·
      19 days ago

      I program professionally in C# and I gotta say, it really isn’t for that. You can do services in it, but that’s as low level as I’d suggest. It’s definitely a high level language for rapid dev of web and desktop stuff.