I have been looking for an up to date website framework like werc (on which cat-v runs) for a personal site, blog, photo gallery, but could not find anything. I am seriously bothered by the amount of bloat that is present in self-hosting projects, qhere the latest and greatest flashy javascript libabry needs to be a baseline feature, and you definitely will need a non-relational database just to be able to host a bloody blog/site.
I just want something like werc but in active development...
Well... not to be a C++ apologist, but bear in mind that these comments were made by Linus back in 2007 and 2004. His views may not have changed, but C++ has certainly changed since then.
I think this is the sort of view that he has problems with. It shows that you haven't understood any of his actual issues. It is a mindset thing as much as just C++ being `unhelpful`.
Not that it is in the posted email but one of his issues is that on-one actually understands C++, but everyone thinks they do.
I think I understand Linus' concerns. I guess I'm not sure how you conclude that I do not, but, so it goes.
Languages do change, and implementations evolve. I think it's fair to temper criticism with the caveat that, hey, this was from a while back. And Linus' comments certainly were from a while back, considering the latest one was made in 2007. You didn't have shared_ptr, you didn't have unique_ptr, there was no auto type.
I'm not going to argue that these things make C++ awesome. I really don't work in C++ on a day-to-day basis. But the language is certainly different now than it was in 2007, and I think that does matter. At least a little bit :)
I think the number one legitimate concern I can see, after just reading this for the nth time, is the trustworthiness of C++ compilers, which I believe was not so great in the early 90s. Now, I have no evidence to back this up (yet), but I'm willing to bet that clang and LLVM are verging on as trustworthy as (if not more than) GCC at this point. Nevermind MSVC, which would require its own analysis. I'm not a C++ programmer, but you're right: clearly it has advanced. And Linus has gone off on GCC as well for producing crappy output as well (https://news.ycombinator.com/item?id=8089321)
"C++ is a horrible language. It's made more horrible by the fact that a lot
of substandard programmers use it, to the point where it's much much
easier to generate total and utter crap with it. Quite frankly, even if
the choice of C were to do nothing but keep the C++ programmers out,
that in itself would be a huge reason to use C."
I watched a video on this a few years ago, his reason for C++ is because QT basically requires it. He originally tried to write it in C using GTK, and hated GTK so he switched to C++/QT.
> When I first looked at Git source code two things struck me as odd:
> 1. Pure C as opposed to C++. No idea why. Please don't talk about portability,
> it's BS.
no reason to rage when some tells you to change your whole project because he doesn't like your choices you can ignore him but sometimes you don't (he should have skipped the email), This isn't C++ bashing more than just being angry someone told you change your design because C isn't easy to handle strings with(Said in the emails).This is just someone getting angry because you are making him look guilty(in his mind) for not making a different decision when he clearly doesn't even need to do this work and if you don't like his work don't use it man, Sometimes people get angry for small reasons we all do but some get angry more than others but doesn't mean the angry bashing is his opinion or what reality is.
C/C++ or whatever isn't really compared here.
With all due respect to Linus, this mail chain is just unreasoned argument. He vaguely mentions poor memory management and nothing else which is faulty in C++. It would have been helpful to reason out his choices then go on tirade of slang.
Linus's view on C++ (at least in the kernel) are generally well known. Also he was not the first to start on BS remarks in this particular email thread.
Linus wanted to compile the kernel in C++ in 1993, but there were bugs in the compiler and performance issues (related to exceptions if I remember well). He has switched back to C in 0.99.13: https://github.com/kernelslacker/linux-historic-scripts/blob...
I think his hate of C++ comes from this bad experience.
Rants like this can be seen as good examples of behavior to discourage. Linus has several positive traits, but compassion and humility are not among them.
Generally speaking, we should not give someone a pass on poor behavior just because they're technically talented.
26 comments
[ 0.22 ms ] story [ 66.7 ms ] threadI just want something like werc but in active development...
Edit: I see 3 months old changelogs in the dev branch. Those weren't there the last time I checked. huh
Not that it is in the posted email but one of his issues is that on-one actually understands C++, but everyone thinks they do.
Languages do change, and implementations evolve. I think it's fair to temper criticism with the caveat that, hey, this was from a while back. And Linus' comments certainly were from a while back, considering the latest one was made in 2007. You didn't have shared_ptr, you didn't have unique_ptr, there was no auto type.
I'm not going to argue that these things make C++ awesome. I really don't work in C++ on a day-to-day basis. But the language is certainly different now than it was in 2007, and I think that does matter. At least a little bit :)
I wouldn't call that a nuanced opinion.
> When I first looked at Git source code two things struck me as odd: > 1. Pure C as opposed to C++. No idea why. Please don't talk about portability, > it's BS.
no reason to rage when some tells you to change your whole project because he doesn't like your choices you can ignore him but sometimes you don't (he should have skipped the email), This isn't C++ bashing more than just being angry someone told you change your design because C isn't easy to handle strings with(Said in the emails).This is just someone getting angry because you are making him look guilty(in his mind) for not making a different decision when he clearly doesn't even need to do this work and if you don't like his work don't use it man, Sometimes people get angry for small reasons we all do but some get angry more than others but doesn't mean the angry bashing is his opinion or what reality is. C/C++ or whatever isn't really compared here.
I think his hate of C++ comes from this bad experience.
Generally speaking, we should not give someone a pass on poor behavior just because they're technically talented.
Then again, when Linus rants, you take out the popcorns, sit on the side and just enjoy the show.
Wow, I didn't know they had computers back then!!!