@robinm @pinskia @scherzog @crazyeddie @lina For a programming language, a specification is actually really important. It resolves ambiguities and also defines where ambiguities are. People argue about undefined behavior problems because we *know* where those are. And that's incredibly valuable.
@Conan_Kudo @pinskia @scherzog @crazyeddie @lina How is a spec more valuable than documentation?
And UB are unfortunately underspecified in Rust, C and C++. We don't have a complete list for any of those languages.