WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

497

The World runs on C and in some part, though smaller, on C++. Rust can't keep up, despite the lies that it can. Python is a script, not a language and is hopelessly out matched when C does the same thing Python is doing. C#, Java, are you joking?

The idea is, the false push of all of the above but primarily the two first mentioned, is to prevent White children->adults from learning C. That's it. That's why colleges now not only don't teach C, but they hate on C like it's a boogeyman.C's problem isn't memory safety. C's problem is short-sighted programmers.

This become glaring when you look at things specifically from the C++ side. C++ is used in many game engines. Notably among them is the Unreal Engine. The problem is: the Unreal Engine is less optimized than a troon's gash. Then go back and read about John Carmack and the insane mathematical and programming leaps he made in efficiency for various games of the 90s. (seriously go read about it, it's an interesting read) and a number of others I can't recall.

That's type of thinking isn't taught anymore, and it's not done anymore for multiple reasons. One is that people are lazy and greedy (one, kek) and two because they're never actually taught in a rigorous way on ho to fundamentally design algorithms to solve problems.

Now, none of this is to say I'm against either; I'm not. But I am against them being taught in place of C.

  • Last thing, I think it was posted here but I forget... There are schools around the World that are extremely private and costly. They don't have digital submersion or whatever. They don't integrate digital <thing> into note taking, for the classroom board, attendance, course anything. Because (((they))) know, technology makes you a fucking retard (source: me). How do these fit together with the first 80% of this thread? Think it over (had you gone to one of those private schools you would understand).

e: should have mentioned (((javascript))), woops.

The World runs on C and in some part, though smaller, on C++. Rust can't keep up, despite the lies that it can. Python is a script, not a language and is hopelessly out matched when C does the same thing Python is doing. C#, Java, are you joking? The idea is, the false push of all of the above but primarily the two first mentioned, is to prevent White children->adults from learning C. That's it. That's why colleges now not only don't teach C, but they hate on C like it's a boogeyman.C's problem isn't memory safety. C's problem is short-sighted programmers. This become glaring when you look at things specifically from the C++ side. C++ is used in many game engines. Notably among them is the Unreal Engine. The problem is: the Unreal Engine is less optimized than a troon's gash. Then go back and read about John Carmack and the insane mathematical and programming leaps he made in efficiency for various games of the 90s. (seriously go read about it, it's an interesting read) and a number of others I can't recall. That's type of thinking isn't taught anymore, and it's not done anymore for multiple reasons. One is that people are lazy and greedy (one, kek) and two because they're never actually taught in a rigorous way on ho to fundamentally design algorithms to solve problems. Now, none of this is to say I'm against either; I'm not. But I am against them being taught in place of C. * Last thing, I think it was posted here but I forget... There are schools around the World that are extremely private and costly. They don't have digital submersion or whatever. They don't integrate digital <thing> into note taking, for the classroom board, attendance, course anything. Because (((they))) know, technology makes you a fucking retard (source: me). How do these fit together with the first 80% of this thread? Think it over (had you gone to one of those private schools you would understand). e: should have mentioned (((javascript))), woops.
[–] 3 pts

Totally agree and not even a programmer. Failed out of C, becoase programming is not my thing or my mindset. But C just works. It Reminds me of Steve Gibson (to look him up pleebs) he writes everything in assembly. Why? Because he fucking can. And it’s 1000x smaller. Maybe you have to be some savant to do assembly (again I’m not a programmer) I know assembly takes 100x lines of code, to do what C does in 10.

It also forces you to not depend on prebuilt functions. That does speed you up, but again makes you lazy.

I’m not saying fuck C and go to assembly, but there is some history in it all and lessons to be learned. When memory was tight assembly won.

Depending on all the prebuilt snippets allows for code injection that many can’t audit. Much like apps that have prebuilt tracking.

I digress. But do agree C is being removed because it works, and smooth brain faggots can’t grasp c. Yeah I called myself a smooth brain faggot. But I don’t code in any language. I have in the past hacked code to make it work for something I specifically needed, but that’s not my game.

[–] 2 pts

I’m not saying fuck C and go to assembly, but there is some history in it all and lessons to be learned. When memory was tight assembly won.

You can do both. You can interop assembly in C, quite a lot of the original Linux kernel was pure assembly.

[–] 1 pt (edited )

I like how in C and C++, you can break out into assembly.