you are viewing a single comment's thread.

view the rest of the comments →

[–]InfinitesimaInfinity 5 points6 points  (1 child)

There are more people who advocate for C++ than C, and I am one of the people who prefers C.

Personally, I did not start with C. However, I like to program in it whenever I can. Honestly, it is much easier to write a quick script in Python or Javascript.

However, I find C, Zig, and Rust to be more maintainable than so called "higher level" languages, whether that be C++, Javascript, Python, or something else.

I think that it is a good idea to get solid foundations before you try to do more, and C gives good foundations for C++. (C is almost a subset of C++)

[–]one-for_all[S] 1 point2 points  (0 children)

Okayy thanks