Is Google’s Carbon Programming language the Right Successor to C++?
For years, C++ has been the go-to language for high-performance systems programming. But with the rise of multicore processors and GPUs, the need for a language that can take advantage of parallelism has never been greater. Enter Carbon, Google’s answer to the problem. But is it the right successor to C++?
Google has been in the news a lot lately for their new programming language, Carbon. It’s being billed as the successor to C++, but is it really? Let’s take a closer look.

On the surface, Carbon and C++ have a lot in common. They’re both statically typed, object-oriented languages with a focus on performance. They both have a learning curve, but once you know them, you can write code that is both readable and maintainable. However, there are some key differences that make Carbon a more attractive option for modern programmers.
For one, Carbon is garbage collected. This means that you don’t have to worry about manually managing memory, which can be a pain in C++. Carbon also has better support for concurrency than C++. With the rise of multicore processors, this is an important consideration. Finally, Carbon has a more modern standard library than C++. This includes features like string interpolation and pattern matching that make common tasks easier to accomplish.
According to Terry Lambert, Carbon Programming language is probably not the successor of C++. His reason are:
“Single inheritance is a deal-breaker for me, even though the eC++ utilized by IOKit in macOS and iOS has the same restrictions.
Although it specifies stronger type enforcement, which would — in theory — also eliminate RTTI and the reflection, which eC++ has historically eliminated as well, it’s doing it via expression-defined typing, rather than explicitly eliminating it. I expect that it would also prevent use of dynamic_cast, although that’s not explicitly called out.
Let’s see if Linus approves of someone compiling the Linux kernel with Carbon, and then starting to add Carbon syntax code, into that port of Linux.”
On the surface, Carbon seems like a great choice to replace C++. It is designed to be more reliable and easier to use than C++. In addition, it is faster and can be used for a variety of applications. However, there are some drawbacks to using Carbon. First, it is not compatible with all operating systems. Second, it does not have all of the features of C++. Third, it is not as widely used as C++. Finally, it is still in development and has not been released yet.
These drawbacks may seem like deal breakers, but they don’t necessarily mean that Carbon is not the right successor to C++. First, while Carbon is not compatible with all operating systems, it is compatible with the most popular ones. Second, while it does not have all of the features of C++, it has the most important ones. Third, while it is not as widely used as C++, it is gaining popularity rapidly. Finally, while it is still in development, it is expected to be released soon.
What Is Carbon?
Carbon is a statically typed systems programming language developed by Google. It is based on C++ and shares a similar syntax. However, Carbon introduces several new features that make it better suited for parallelism. For example, Carbon provides first-class support for threads and synchronization primitives. It also offers a number of built-in data structures that are designed for concurrent access. Finally, Carbon comes with a toolchain that makes it easy to build and debug parallel programs.
Why Was Carbon Created?
Google’s primary motivation for developing Carbon was to improve the performance of its search engine. To do this, they needed a language that could take advantage of multicore processors and GPUs. C++ was not well suited for this purpose because it lacked support for threading and synchronization. As a result, Google decided to create their own language that would be purpose-built for parallelism.
Is Carbon The Right Successor To C++?
In many ways, yes. Carbon addresses many of the shortcomings of C++ when it comes to parallelism. However, there are some drawbacks. First, Carbon is still in its infancy and lacks many of the features and libraries that have made C++ so popular over the years. Second, because it is designed specifically for parallelism, it may be less suitable for other purposes such as embedded systems programming or network programming. Overall, though, Carbon looks like a promising successor to C++ and is worth keeping an eye on in the future.
Conclusion:
So, is Google’s new Carbon programming language the right successor to C++? We think that Google’s Carbon programming language has the potential to be a great successor to C++.
With its garbage collection, better support for concurrency, and modern standard library, Carbon has everything that today’s programmer needs.
It is designed to be more reliable and easier to use than its predecessor. In addition, it is faster and can be used for a variety of applications. However, there are some drawbacks to using Carbon that should be considered before making the switch from C++.
So if you’re looking for a new language to learn, we recommend giving Carbon a try.
Programming paradigms 2022-2023
Programming paradigms are a way to classify programming languages based on their features. Languages can be classified into multiple paradigms.
Some paradigms are concerned mainly with implications for the execution model of the language, such as allowing side effects, or whether the sequence of operations is defined by the execution model. Other paradigms are concerned mainly with the way that code is organized, such as grouping a code into units along with the state that is modified by the code. Yet others are concerned mainly with the style of syntax and grammar.
Common programming paradigms include:
- imperative in which the programmer instructs the machine how to change its state,
- procedural which groups instructions into procedures,
- object-oriented which groups instructions with the part of the state they operate on,
- declarative in which the programmer merely declares properties of the desired result, but not how to compute it
- functional in which the desired result is declared as the value of a series of function applications,
- logic in which the desired result is declared as the answer to a question about a system of facts and rules,
- mathematical in which the desired result is declared as the solution of an optimization problem
- reactive in which the desired result is declared with data streams and the propagation of change
Six programming paradigms that will change how you think about coding
Practice Carbon Programming Language at Hackerrank or LeetCode or FreeCodeCamp
Leetcode and HackerRank coding tests don’t work in developer interviews.

Here’s the proof:
Research has shown that work sample tests are VERY effective at determining if someone will we a good fit for a job. But here’s the problem: Work sample tests require applicants to perform tasks or work activities that mirror the tasks employees perform on the job.
When was the last time you had to “reverse an integer” or “find the longest substring without repeating characters”. These types of tests don’t mirror the tasks that software developers perform on the job.
It’s like testing an architect by having them build a house out of playing cards. Leetcode problems are just brain teasers.
If you want to administer a work sample test, have them do a code review, build a tiny feature in your product, or read and explain some part of your product code. (Every developer knows 90% of your time is spent reading code.)
Developers are tired of Leetcode interviews. It’s time to stop wasting everyone’s time.
Malbolge 2022 2023
RegEx is just Malbolge for Strings:
What is the hardest programming language? For me, I say C++, C, and Malbolge. Out of all of these, Malbolge is the hardest
Replit Mobile App: Code on Android and iOS.
Z-Library. The world’s largest ebook library
Top 50 Programming Languages Ranked by the Number of Influenced Languages
Programming Breaking News and Quiz
- Engineering With Java: Digest #3by /u/Educational-Ad2036 (programming) on September 28, 2023 at 1:57 am
submitted by /u/Educational-Ad2036 [link] [comments]
- Input Validation, a go-to solution for fixing most security vulnerabilities does not really address the root causeby /u/pi3ch (programming) on September 28, 2023 at 1:55 am
submitted by /u/pi3ch [link] [comments]
- Google Fixes Fifth Chrome Zero-Day Vulnerabilityby /u/geek_noob (programming) on September 28, 2023 at 1:24 am
submitted by /u/geek_noob [link] [comments]
- Tips for noob programmerby /u/storm4077 (programming) on September 28, 2023 at 12:04 am
I am learning Dart for app development (flutter). I have html and CSS experience for web dev. I think I have got to grips with the UI (?front end?) side of things, but cannot wrap my head around the back end/functionality bits. I have watched sooo many tutorials and when it comes to functionality, I just don't understand it. Any tips to help me, or others in the same boat? submitted by /u/storm4077 [link] [comments]
- I want to make my game in C# but don't wanna use Unity, what can I use?by /u/Lucario2356 (programming) on September 27, 2023 at 11:46 pm
So, I wanna make a 2d game, I've been learning C# for a while now, but ever since the controversy with Unity started, I don't know what to use. Can anyone tell me some good game engines for 2D games and C#? submitted by /u/Lucario2356 [link] [comments]
- AI-Powered Security in the Crypto World — Guarding Against Hacks and Scamsby Crypto Knowledge Center (Programming on Medium) on September 27, 2023 at 11:04 pm
Let’s delve into the pivotal role of AI in bolstering cybersecurity within the cryptocurrency landscape, and how it has become a potent…Continue reading on Medium »
- 79 Stories To Learn About Rustby Learn Repo (Programming on Medium) on September 27, 2023 at 11:00 pm
Continue reading on Medium »
- شماره خاله بندر انزلی شماره خاله بندر لنگه شماره خاله تهرانپارس شماره خاله تهرانسر شماره خاله قم…by شماره خاله 0937 389 6988 (Programming on Medium) on September 27, 2023 at 10:55 pm
شماره خاله بندر انزلی شماره خاله بندر لنگه شماره خاله تهرانپارس شماره خاله تهرانسر شماره خاله قم شماره خاله قشم شماره خاله کیش شماره خاله…Continue reading on Medium »
- شماره خاله مازندران شماره خاله ساری شماره خاله بابل شماره خاله امل شماره خاله قائم شهر شماره خاله…by شماره خاله 0937 389 6988 (Programming on Medium) on September 27, 2023 at 10:54 pm
شماره خاله مازندران شماره خاله ساری شماره خاله بابل شماره خاله امل شماره خاله قائم شهر شماره خاله بهشهر شماره خاله چالوس شماره خاله نکا…Continue reading on Medium »
- شماره خاله تهران شماره خاله اصفهان شماره خاله شیراز شماره خاله کرج شماره خاله کرمان شماره تلفن…by شماره خاله 0937 389 6988 (Programming on Medium) on September 27, 2023 at 10:54 pm
شماره خاله تهران شماره خاله اصفهان شماره خاله شیراز شماره خاله کرج شماره خاله کرمان شماره تلفن کرمانشاه شماره خاله گرگان شماره خاله ورامین…Continue reading on Medium »
- شماره خاله بروجرد شماره خاله خرم آباد شماره خاله اراک شماره خاله دزفول شماره خاله سنندج شماره خاله…by شماره خاله 0937 389 6988 (Programming on Medium) on September 27, 2023 at 10:53 pm
شماره خاله بروجرد شماره خاله خرم آباد شماره خاله اراک شماره خاله دزفول شماره خاله سنندج شماره خاله مهاباد شماره خاله مراغه شماره خاله…Continue reading on Medium »
- شماره خاله شماره خاله تهران شماره خاله اصفهان شماره خاله کرج شماره خاله اردبیل شماره خاله…by شماره خاله 0937 389 6988 (Programming on Medium) on September 27, 2023 at 10:52 pm
شماره خاله شماره خاله تهران شماره خاله اصفهان شماره خاله کرج شماره خاله اردبیل شماره خاله تهرانپارس شماره خاله رشت شماره خاله کیش شماره…Continue reading on Medium »
- سشماره خاله شماره خاله کرج شماره خاله مشهد شماره خاله ساری شماره خاله تهران شماره خاله شیراز شماره…by شماره خاله 0937 389 6988 (Programming on Medium) on September 27, 2023 at 10:52 pm
سشماره خاله شماره خاله کرج شماره خاله مشهد شماره خاله ساری شماره خاله تهران شماره خاله شیراز شماره خاله قزوین شماره خاله گرگان شماره خاله…Continue reading on Medium »
- #شماره خاله # شماره خاله تهران #تهرانپارس پونک ونک اسلامشهر #شماره خاله مریم #شماره خاله واقعی…by شماره خاله 0937 389 6988 (Programming on Medium) on September 27, 2023 at 10:51 pm
#شماره خاله # شماره خاله تهران #تهرانپارس پونک ونک اسلامشهر #شماره خاله مریم #شماره خاله واقعی #شماره خاله حضوری #شماره خاله صیغه ازدواج…Continue reading on Medium »
- What you need to know about Self-Hosting Large Language Models (LLMs)by /u/bitter-cognac (programming) on September 27, 2023 at 10:26 pm
submitted by /u/bitter-cognac [link] [comments]
- Mental Health in Tech: Prioritizing Employee Wellbeingby /u/bizzehdee (programming) on September 27, 2023 at 8:53 pm
submitted by /u/bizzehdee [link] [comments]
- Who fixes your data files? Forensics, app security and content disarmby /u/senti2048 (programming) on September 27, 2023 at 7:54 pm
submitted by /u/senti2048 [link] [comments]
- Lambda’s engineering philosophyby /u/cinthiale (programming) on September 27, 2023 at 7:15 pm
submitted by /u/cinthiale [link] [comments]
- The WGA's new rules on AI set a great precedent on how AI should be used in the workplace (Section 5)by /u/Madonkadonk2 (programming) on September 27, 2023 at 6:55 pm
submitted by /u/Madonkadonk2 [link] [comments]
- System Design Cheat Sheetby /u/sdxyz42 (programming) on September 27, 2023 at 5:12 pm
submitted by /u/sdxyz42 [link] [comments]
What are the Greenest or Least Environmentally Friendly Programming Languages?
How do we know that the Top 3 Voice Recognition Devices like Siri Alexa and Ok Google are not spying on us?
What are popular hobbies among Software Engineers?