this post was submitted on 04 Mar 2026
61 points (93.0% liked)
Programming
25936 readers
312 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can be on Linux and still enjoy most of .NET. Hell, I'd say its high time for most to switch offtof Linux.
I'll admit, I really enjoyed C# for Game Dev, but post Unity shenanigans that died off. And now Judy do boring, run of the mill backend stiff....
Though as a programmer, Ive been tempted to learn classic C, and even D.
Outside of corporate, I game found much fun (besides GDScript, cause game dev) but languages used by FOSS do get my attention from time to time.
Edit : correction to Linux
What do you mean by this?
My apologies I hadn't notice the typo. I meant to say we need to switch off of windows to Linux. Thanks for pointing it out
Ahaha :)
If you are looking to learn a lower level language that c# and arent interested in rust I really recomend Zig. It feels a lot like c but with modern convenieces and with the footguns removed. It is still in development though do breaking changes happen in the stdlib on version changes.
Yes but despite the footguns, C (not C++) is a relatively small language, not too hard to learn. And it's the glue between kernel, system libraries, and all other languages. You don't want to write big applications in it any more, but it's still useful to know when you interface with existing stuff.