Conversation
Notices
-
atlas_core: ephemeral self-hosted edition (atlas@thonkbox.rightmouse.click)'s status on Friday, 13-Oct-2023 23:54:42 JST atlas_core: ephemeral self-hosted edition
I suppose this answers my question of what place C++ has.
C++ is a chore to set up manually but is very practical for efficient, sorta low-level code that really doesn't need inefficiencies or bloat. Things like mathematical calculations.
C# is for when you damn well know you're not going to escape the Microsoft Windows hellscape, maybe you want to make programs explicitly for that platform.
Rust, I guess, would be the modern-ish alternative to C++/C# in the sense that sure, it's probably gonna be more bloated and somewhat less efficient, but under modern-day expectations of deploying it on computers and software of today, for more complex programs it'll make sense.
Hell, you could even mix and match some programming languages, too. C++ with Rust/Java and whatnot.-
jaf (jeff@misinformation.wikileaks2.org)'s status on Friday, 13-Oct-2023 23:54:42 JST jaf
@atlas i mean of course C# is easaier than C++ on windows tho, windows actively pushes EVERY language towards C# Machismo likes this. -
atlas_core: ephemeral self-hosted edition (atlas@thonkbox.rightmouse.click)'s status on Friday, 13-Oct-2023 23:54:43 JST atlas_core: ephemeral self-hosted edition
I wrote a C++ program in C# classes out of spite.
It went well.
-