Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created May 16, 2025 12:29
Show Gist options
  • Save sogaiu/292bce2df3c74412ae9f950edf5179d4 to your computer and use it in GitHub Desktop.
Save sogaiu/292bce2df3c74412ae9f950edf5179d4 to your computer and use it in GitHub Desktop.
Non-goals Section of "P2137R0 Goals and priorities for C++"

2. Non-goals

There are common or expected goals of many programming languages that we explicitly call out as non-goals for the C++ language from our perspective. That doesn’t make these things bad in any way, but reflects the fact that they do not provide meaningful value to us and come with serious costs and/or risks.

...

2.1 Stable language and library ABI

2.2 Backwards or forwards compatibility

2.3 Legacy compiled libraries without source code or ability to rebuild

2.4 Support for existing compilation and linking models

via: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2137r0.html#non-goals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment