cppwp VS carbon-lang

Compare cppwp vs carbon-lang and see what are their differences.

cppwp

HTML version of the current C++ working paper (by timsong-cpp)

carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) (by carbon-language)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cppwp carbon-lang
3 174
409 32,216
- 0.3%
5.8 9.8
3 months ago 1 day ago
Shell C++
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cppwp

Posts with mentions or reviews of cppwp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-08.
  • Can sanitizers find the two bugs I wrote in C++?
    11 projects | news.ycombinator.com | 8 Feb 2023
    Current C++ standard draft it hosted at https://eel.is/c++draft/, at this time this is the draft for C++23.

    For earlier C++ standard versions the final drafts before ISO standardization are hosted at https://github.com/timsong-cpp/cppwp . The paid ISO standardized version is supposedly not meaningfully different.

    Relevant parts of the standard:

    * pop_back: https://timsong-cpp.github.io/cppwp/n4868/containers#tab:con... "Preconditions: a.empty() is false."

    * Meaning of "precondition": https://timsong-cpp.github.io/cppwp/n4868/library#structure....

    Reading the standard can be quite a challenge. The standard tries to not repeat itself, which often means that you don't get your answer in a self-contained paragraph, but you have to hunt down cross-references and definitions.

    As a C++ language reference I highly recommend https://en.cppreference.com .

  • Question about terminology of classes
    1 project | /r/cpp_questions | 17 Jul 2022
    See https://github.com/timsong-cpp/cppwp for a list of the last (or first after) working draft for each standard version.
  • Is it possible to buy a physical print copy of the C++20 standard?
    2 projects | /r/cpp | 6 Mar 2022

carbon-lang

Posts with mentions or reviews of carbon-lang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-31.

What are some alternatives?

When comparing cppwp and carbon-lang you can also consider the following projects:

draft - C++ standards drafts

rust - Empowering everyone to build reliable and efficient software.

fast_float - Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12 and WebKit/Safari

crubit

serenity - The Serenity Operating System 🐞

cppfront - A personal experimental C++ Syntax 2 -> Syntax 1 compiler

Odin - Odin Programming Language

STL - MSVC's implementation of the C++ Standard Library.

go - The Go programming language

cppreference-doc - C++ standard library reference

hylo - The Hylo programming language