this post was submitted on 28 Sep 2025
482 points (88.9% liked)
Programmer Humor
26611 readers
1315 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
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
Language choice has nothing to do with foss vs proprietary.
That's not quite true. If you can't complete a build without a proprietary dependency, it's not really foss even if all the source code is freely available, because you can't exercise the freedom 1 (or 3). Similarly, if there's not a FOSS RTS, you can't exercise freedom 0.
"The Java Trap" from RMS was about this, IIRC.
.NET CLI and msbuild are open source, and C# is awesome. And VS Code is open source.
VS Code binaries are not open source, so M$ can add telemetry, star rating popup and other shit.
Yes, but there are a ton of awesome IDEs built on top of the base Visual Studio Code Open Source project, you don't have to use the Microsoft one.
Apple's preferred languages definitely have a smaller foss footprint than say c or rust or go