Vibeset

Carbon

Carbon is an experimental Google language conceived as a possible successor to C++, able to interoperate with it bidirectionally. It aims to offer a modernization path for huge C++ codebases, with cleaner syntax and tooling. Still in an early phase.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

fn Main() -> i32 {
  Core.Print("¡Hola, mundo!");
  return 0;
}