Linus vs C++, again
realworldtech.com
Linus vs C++, again
1–10 of 209 posts
Re: Linus vs C++, again
#2 Anybody can say "yes". Somebody needs to say "no"Re: Linus vs C++, again
#3Re: Linus vs C++, again
#4However, I always cringe when I read some of his comments that seem to reject any element of forward progress. While C++ certainly has its share of issues, Linux will never evolve if the programming paradigm stays in the 60s. My gut feel is there is a lot of opportunity to do better over the next ten years.
Re: Linus vs C++, again
#5Edit:
I realize that "context free language" was a poor choice of words; i meant it in the sense that linus did - his claim that you can 'look at a piece of code and understand what it does' is laughable in the face of accepted c programming styles.
Re: Linus vs C++, again
#6 Can you use C++ in Linux kernel?
In windows kernel you can, with some restrictions.Re: Linus vs C++, again
#7Re: Linus vs C++, again
#8I think this is a limitation of our using flat text to program in. So long as our primary means of communication is linear speech and flat text, we will have this communications overhead. Collaborative systems that display the context to all concerned can overcome this. In fact, this is already happening! (Exercise for reader.)
Re: Linus vs C++, again
#9Re: Linus vs C++, again
#10C as a context free language? Bullshit. How many global variables are there? How many functions with ridiculous names like htons? Edit: I realize that "context free language" was a poor choice of words; i meant it in the sense that linus did - his claim that you can 'look at a piece of code and understand what it does' is laughable in the face of accepted c programming styles.