Carbon (programming language): Difference between revisions

Content deleted Content added
No edit summary
grammar
Line 20:
 
The language intends to fix several perceived shortcomings of C++<ref name="difficulties improving cpp" /> but otherwise provides a similar feature set.
The main goals of the language are readability and "bi-directional interoperability" (which allows the user to include C++ code in the Carbon file), as opposed to using a new language like [[Rust (programming language)|Rust]], that, whilewhilst being influenced by C++, is not two-way compatible with C++ programs. Changes to the language will be decided by the Carbon leads.<ref name="c1" /><ref name="c2" /><ref name="c3" /><ref name="c4" />
 
Carbon's documents, design, implementation, and related tools are hosted on [[GitHub]] under the [[Apache License|Apache-2.0]] license with [[LLVM]] Exceptions.<ref>{{Cite web |url=https://github.com/carbon-language/carbon-lang/blob/31df852738aea520a1a1800259120bc10ce7a005/LICENSE |title=carbon-lang/LICENSE |date=2020-06-16 |access-date=2022-07-24 |website=GitHub}}</ref>