Is learning Carbon is hard as compared to C++? #1822
Replies: 1 comment 2 replies
-
Right now, it is impossible to learn Carbon. It isn't done. There is no compiler. We are looking for people to join the project and finish the language design and implementation, plus documentation and more. Long term, a goal is to be easier to learn and easier to teach than C++. Some things in C++ are complicated for historical reasons. Things were done a certain way 30 years ago, then a keyword was added, and these days best practices are to always use that keyword, but it can't be the default because that would break old code. So we have to teach people to remember to use the keyword all the time. In Carbon, we have the opportunity to make the simpler and more modern choice, and not have to teach people about the "sharp edges" where if you don't know, you might do something you shouldn't. |
Beta Was this translation helpful? Give feedback.
-
Carbon is just launched by google. So I wonder is it going to be hard to learn as compared to C++
Beta Was this translation helpful? Give feedback.
All reactions