Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I dunno. I have a fair amount of experience in both C++ and Rust, and I still like C. It's just so...simple. Pure.
But then, I do a lot of stuff with embedded controllers and low level OS hackery, so yeah, I'm biased. -
An elegant weapon for a more civilized era.
Seriously though, I have no strong opinion one way or the other, I just wanted to get that quote in. -
@irene why tho? Readability of Java is much better, IMHO
And __int64 or __int64_t drives me crazy in C... I understand, why and for what, it's just after java I can barely read all these pointers, memory related things, etc. ... -
Maroti6737yPointers look barbaric after Java..
Again, I am not into that much into lower os level work that requires actual manual memory manipulation, so my opinions might be biased .. -
Hey, it's just a rant, no serious comparison here. Indeed they have different usages.
I need to maintain and refactor a large project which is written in C and I haven't touched C for ~ a year now.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Cyborg15A guy and a girl are in a Java seminar. Afterward, the guy approaches the girl and asks, "Hey gurrl, can I ge...
C looks absolutely barbaric after Java
rant
c
c++
java