DEV Community

Tip Season
Tip Season

Posted on • Edited on

3 1

Did you try Google Carbon language?

Google launched Carbon programming language with a goal to being a successor to C++. Tried it in depth and it's a great refreshing feel in terms of syntax compared to C++. If you are looking for a high performance, modern feature built language ,you should definitely try Carbon. While it is still in experimental phase, its definitely worth playing around.

You can get started with this Google Carbon language tutorial

One of the ways Carbon language wants to improve C++ is to have a safer memory management. To read more about carbon it you can read it here. Carbon language memory safety

Although I use C++ very rarely, Getting started with Carbon language was breeze. If you are interested in exploring new language, definitely give it a try. If you tried it,

Also here is the comparison for Carbon language vs Rust

What are your thoughts on Google Carbon language ?

AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

Top comments (2)

Collapse
 
mvasilkov profile image
Mark Vasilkov

The fact that it supports both generics and templates at the same time is... Confusing, more that anything.

I guess we're sticking to Rust as a C++ successor.

Collapse
 
tipseason profile image
Tip Season

I see. Ya some concepts still need to be refined and the language is still in bare bones.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay