An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Carbon, or Carbon-Lang, is an experimental, general-purpose programming language. The project is open-source and was started by Google, following in the footsteps of previous Google-made programming languages (Go and Dart). Google engineer Chandler Carruth first introduced Carbon at the CppNorth conference in Toronto in July 2022. He stated that Carbon was created to be a C++ successor. The language is expected for a 1.0 release to occur in 2024 or 2025. Carbon's documents, design, implementation, and related tools are hosted on GitHub under the Apache-2.0 license with LLVM Exception.

Property Value
dbo:abstract
  • Carbon ist eine experimentelle Allzweck-Programmiersprache aus der Entwicklungsabteilung von Google. Das Projekt ist Open Source und verfolgt das Ziel, einen Nachfolger für C++ zu schaffen. Google-Ingenieur Chandler Carruth stellte Carbon Lang erstmals auf der CppNorth-Konferenz in Toronto im Juli 2022 als C++-Nachfolger vor.Die Sprache wird voraussichtlich 2024 oder 2025 in der Version 1.0 erscheinen. Google beabsichtigt mit der neuen Programmiersprache, einige Mängel von C++ zu beheben, mit den Hauptzielen Lesbarkeit und bidirektionale Interoperabilität (deutsch ‚wechselseitige Fähigkeit zur Zusammenarbeit‘).Im Gegensatz zur Verwendung einer jungen, praxisnahen Sprache wie Rust, die zwar auch auf C++ basiert mit dem Designziel sicher und nebenläufig zu sein, aber noch nicht ausreichend bidirektional kompatibel mit C++-Programmen ist, entschied sich Google für die Erfindung und Einführung einer weiteren neuen Nachfolger-Programmiersprache. Dafür tauchte schon 2022 erste Kritik auf. Die Dokumente, das Design, die Implementierung und die zugehörigen Tools von Carbon werden auf GitHub unter der Apache-2.0-Lizenz mit ‚LLVM Exception‘ bereitgestellt. (de)
  • Carbon, or Carbon-Lang, is an experimental, general-purpose programming language. The project is open-source and was started by Google, following in the footsteps of previous Google-made programming languages (Go and Dart). Google engineer Chandler Carruth first introduced Carbon at the CppNorth conference in Toronto in July 2022. He stated that Carbon was created to be a C++ successor. The language is expected for a 1.0 release to occur in 2024 or 2025. The language intends to fix several perceived shortcomings of C++ but otherwise provides a similar feature set.The main goals of the language are readability and "bi-directional interoperability", as opposed to using a new language like Rust (which, while being based on C++, is not two-way compatible with C++ programs). Changes to the language will be decided by the Carbon leads. Carbon's documents, design, implementation, and related tools are hosted on GitHub under the Apache-2.0 license with LLVM Exception. (en)
  • Carbon est un langage de programmation à usage général créé par Google pour remplacer le C++, présenté pour la première fois au public par Chandler Carruth lors de la conférence CppNorth en juillet 2022.Le langage est conçu pour corriger plusieurs défauts du C++ mais fournit par ailleurs un ensemble de fonctionnalités similaires. Les principaux objectifs du langage sont la lisibilité et "l'interopérabilité bidirectionnelle", pour éviter toute barrière linguistique comme pour Rust. Le langage sera conçu et développé sur GitHub. Comme dans le processus de normalisation ISO utilisé par C++, les modifications apportées au langage seront vraisemblablement décidées par consensus de la communauté. Le langage est développé en tant que projet libre et open source sous la licence Apache (version 2). (fr)
  • Carbonは、「C++の後継言語」としてGoogleで作成された実験的な汎用プログラミング言語である。この言語は、2022年7月の CppNorth conference で Chandler Carruth によって一般に初めて公開された。この言語は、C++のいくつかの技術的な負債を修正することを目的としているが、それ以外はC++と同様の機能を提供する。この言語の主な目標は、可読性と「双方向の相互運用性」であるので、Rustのような言語を学ぶ上での壁がない。この言語は、C++が採用しているISOでの標準化過程とは対照的に、GitHubで言語の設計と開発が行われている。 この言語は、Apache License 2.0の下でフリーかつオープンソースのプロジェクトとして開発されている。 (ja)
  • Carbon è un linguaggio di programmazione di "basso livello" general-purpose creato per essere un "successore sperimentale di C++ ". L'ingegnere di Alphabet Chandler Carruth ha presentato per la prima volta Carbon alla conferenza CppNorth nel luglio del 2022. Allo stato attuale, Carbon è un "progetto sperimentale", dal momento che non ne esiste un compilatore funzionante o una toolchain ad hoc. Il linguaggio intende correggere diverse carenze percepite dalla community di C++, continuando a fornire un insieme di funzionalità simili. Gli obiettivi principali del linguaggio sono la leggibilità e l'"interoperabilità bidirezionale", in contrapposizione all'utilizzo di un nuovo linguaggio come Rust. Le modifiche alla lingua saranno decise dai lead di Carbon. I documenti, la progettazione, l'implementazione e gli strumenti correlati di Carbon sono condivisi su GitHub con la licenza Apache versione 2 con LLVM Exception. Quanto segue mostra come un programma "Hello, World!" scritto in Carbon: package Sample api; fn Main -> i32 { Print("Hello, World!"); return 0;} (it)
  • Carbon或Carbon-lang是一个实验性的通用编程语言,旨在成为“C++的后继语言”。该项目开放源代码,由Google启动,沿用了之前Google自创的编程语言的脚步(Go和 Dart)。Google工程师钱德勒·卡鲁斯(英語:Chandler Carruth)在2022年7月多伦多的CppNorth会议上首次向公众介绍Carbon语言。 该语言旨在修复C++的几个明显缺点,但提供了类似的功能集。该语言的主要目标是可读性和“双向互操作性”,因此不会像Rust那样存在语言障碍(虽然基于C++,但与C++不兼容)。语言的更改将由 Carbon 负责人决定。 Carbon语言的文档、设计、实现和相关工具托管在GitHub上,基于Apache-2.0许可证(带有LLVM异常)。 (zh)
  • Carbon — экспериментальный язык программирования общего назначения, созданный компанией Google как «преемник C++». Инженер Google Чендлер Каррут впервые представил Carbon на конференции CppNorth в июле 2022 года. Язык намерен исправить несколько предполагаемых недостатков C++, но в остальном предоставляет схожий набор функций. Основными целями языка являются читабельность и «двунаправленная совместимость», в отличие от использования нового языка, такого как Rust. Подобно процессу ISO, используемому для C++, изменения в языке будут приниматься на основе консенсуса сообщества. Документы, дизайн, реализация и сопутствующие инструменты Carbon размещены на GitHub под лицензией Apache License версии 2. Ниже — программа «Hello, World!» написанная на языке Carbon: package Sample api;fn Main -> i32 { Print("Hello, World!"); return 0;} (ru)
dbo:designer
dbo:influencedBy
dbo:license
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 71357638 (xsd:integer)
dbo:wikiPageLength
  • 6172 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1122404070 (xsd:integer)
dbo:wikiPageWikiLink
dbp:designer
dbp:family
dbp:influencedBy
dbp:license
  • Apache-2.0-with-LLVM-Exception (en)
dbp:logo
  • Carbon logo.png (en)
dbp:logoAlt
  • A dark-gray circle with a white sans-serif letter "C" in the middle (en)
dbp:logoCaption
  • Logo on Carbon's GitHub organization (en)
dbp:name
  • Carbon (en)
dbp:programmingLanguage
dbp:typing
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • Carbonは、「C++の後継言語」としてGoogleで作成された実験的な汎用プログラミング言語である。この言語は、2022年7月の CppNorth conference で Chandler Carruth によって一般に初めて公開された。この言語は、C++のいくつかの技術的な負債を修正することを目的としているが、それ以外はC++と同様の機能を提供する。この言語の主な目標は、可読性と「双方向の相互運用性」であるので、Rustのような言語を学ぶ上での壁がない。この言語は、C++が採用しているISOでの標準化過程とは対照的に、GitHubで言語の設計と開発が行われている。 この言語は、Apache License 2.0の下でフリーかつオープンソースのプロジェクトとして開発されている。 (ja)
  • Carbon或Carbon-lang是一个实验性的通用编程语言,旨在成为“C++的后继语言”。该项目开放源代码,由Google启动,沿用了之前Google自创的编程语言的脚步(Go和 Dart)。Google工程师钱德勒·卡鲁斯(英語:Chandler Carruth)在2022年7月多伦多的CppNorth会议上首次向公众介绍Carbon语言。 该语言旨在修复C++的几个明显缺点,但提供了类似的功能集。该语言的主要目标是可读性和“双向互操作性”,因此不会像Rust那样存在语言障碍(虽然基于C++,但与C++不兼容)。语言的更改将由 Carbon 负责人决定。 Carbon语言的文档、设计、实现和相关工具托管在GitHub上,基于Apache-2.0许可证(带有LLVM异常)。 (zh)
  • Carbon, or Carbon-Lang, is an experimental, general-purpose programming language. The project is open-source and was started by Google, following in the footsteps of previous Google-made programming languages (Go and Dart). Google engineer Chandler Carruth first introduced Carbon at the CppNorth conference in Toronto in July 2022. He stated that Carbon was created to be a C++ successor. The language is expected for a 1.0 release to occur in 2024 or 2025. Carbon's documents, design, implementation, and related tools are hosted on GitHub under the Apache-2.0 license with LLVM Exception. (en)
  • Carbon ist eine experimentelle Allzweck-Programmiersprache aus der Entwicklungsabteilung von Google. Das Projekt ist Open Source und verfolgt das Ziel, einen Nachfolger für C++ zu schaffen. Google-Ingenieur Chandler Carruth stellte Carbon Lang erstmals auf der CppNorth-Konferenz in Toronto im Juli 2022 als C++-Nachfolger vor.Die Sprache wird voraussichtlich 2024 oder 2025 in der Version 1.0 erscheinen. Die Dokumente, das Design, die Implementierung und die zugehörigen Tools von Carbon werden auf GitHub unter der Apache-2.0-Lizenz mit ‚LLVM Exception‘ bereitgestellt. (de)
  • Carbon est un langage de programmation à usage général créé par Google pour remplacer le C++, présenté pour la première fois au public par Chandler Carruth lors de la conférence CppNorth en juillet 2022.Le langage est conçu pour corriger plusieurs défauts du C++ mais fournit par ailleurs un ensemble de fonctionnalités similaires. Les principaux objectifs du langage sont la lisibilité et "l'interopérabilité bidirectionnelle", pour éviter toute barrière linguistique comme pour Rust. Le langage sera conçu et développé sur GitHub. Comme dans le processus de normalisation ISO utilisé par C++, les modifications apportées au langage seront vraisemblablement décidées par consensus de la communauté. (fr)
  • Carbon è un linguaggio di programmazione di "basso livello" general-purpose creato per essere un "successore sperimentale di C++ ". L'ingegnere di Alphabet Chandler Carruth ha presentato per la prima volta Carbon alla conferenza CppNorth nel luglio del 2022. Allo stato attuale, Carbon è un "progetto sperimentale", dal momento che non ne esiste un compilatore funzionante o una toolchain ad hoc. I documenti, la progettazione, l'implementazione e gli strumenti correlati di Carbon sono condivisi su GitHub con la licenza Apache versione 2 con LLVM Exception. (it)
  • Carbon — экспериментальный язык программирования общего назначения, созданный компанией Google как «преемник C++». Инженер Google Чендлер Каррут впервые представил Carbon на конференции CppNorth в июле 2022 года. Язык намерен исправить несколько предполагаемых недостатков C++, но в остальном предоставляет схожий набор функций. Основными целями языка являются читабельность и «двунаправленная совместимость», в отличие от использования нового языка, такого как Rust. Подобно процессу ISO, используемому для C++, изменения в языке будут приниматься на основе консенсуса сообщества. (ru)
rdfs:label
  • Carbon (Programmiersprache) (de)
  • Carbon (programming language) (en)
  • Carbon (langage de programmation) (fr)
  • Carbon (linguaggio di programmazione) (it)
  • 카본 (프로그래밍 언어) (ko)
  • Carbon (プログラミング言語) (ja)
  • Carbon (язык программирования) (ru)
  • Carbon (编程语言) (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Carbon (en)
foaf:page
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License