CodeNewbie Community 🌱

Tip Season
Tip Season

Posted on

Will Carbon language replace C++ fully in the future ?

Reading through this post on Carbon vs Rust
Rust is definitely a well established language as a potential successor to C++. But then Carbon language is announced with a goal to become a successor to C++.

Going through some of the basics of Carbon, syntax wise it feels similar to Rust but Carbon has different goals compared to C++ in terms of interop.

If any one else has tried Carbon,
Do you think Carbon language will fully replace C++ in the future if all things go as planned ?

Top comments (0)

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);