this post was submitted on 09 Jun 2024
230 points (79.9% liked)

> Greentext

7512 readers
7 users here now

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] vox@sopuli.xyz 7 points 4 months ago* (last edited 4 months ago) (1 children)

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 16 points 4 months 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.