Hacker News new | past | comments | ask | show | jobs | submit login

Suppose c++ is around for 100 more years (i'll take the over).

Sacrificing a couple decades in order to get the syntax just right is worth it. Just look at... Javascript.




Yeah, but then look at C++ - does the syntax really look like it's "just right" to you? Modern JS features actually tend to have cleaner syntax, generally speaking.


You make a great point. It was a good intention that led to a bad outcome. Many such cases


Modern JS or any JS is such a different language with not even a tenth of the features that C++ has, it's ridiculous to compare them. It's no wonder it looks "cleaner" -- it just isn't doing anything like what C++ does.


We're talking about syntax, not semantics, so I don't see how it matters.


You can't express more semantics without more syntax. So the "clean" JS is not burdened by the extra semantics that C++ must account for.


I'm not sure that this is true. Let's take a look at generics. In C++, we use angled brackets like myFunction<SomeType>();

This could however be done without introducing angled brackets. myFunction(myFirstClassType); which is what more and more languages nowadays do like Zig.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: