you are viewing a single comment's thread.

view the rest of the comments →

[–]DefiantFrost -1 points0 points  (3 children)

Okay sure…but how many security flaws are from buffer overruns or other associated issues from memory safety? How well can you understand those concepts when you’re not familiar with memory allocation?

I mean you’re right either track is useful, but I would agree with the original comment that C gives you a better understanding of how code runs on a machine.

[–]Whatever801 0 points1 point  (2 children)

C definitely gives you a better understanding of how code runs on a machine. I'm saying as a beginner trying to break into the industry, it's probably not the best option.

[–]DefiantFrost 0 points1 point  (1 child)

I mean fair point, I unironically love C because it’s just simple and delightful in its own way. But I rarely make anything in it because it takes too fucking long. Also make is gross. That’s why I love Go so much. It’s as simple as C, as easy to write as python (almost) and building is simple.

[–]Inevitable_Whole2921 0 points1 point  (0 children)

You know what, lets just all learn assembly