Content deleted Content added
m Maintain {{WPBS}} and vital articles: 2 WikiProject templates. Create {{WPBS}}. Keep majority rating "Start" in {{WPBS}}. Remove 2 same ratings as {{WPBS}} in {{WikiProject Computer science}}, {{WikiProject Software}}. Tag: |
re |
||
Line 30:
:Since there seems to be a lot of disagreement about the C++ version maybe we should just remove it and have only the Carbon version. [[User:Mathnerd314159|Mathnerd314159]] ([[User talk:Mathnerd314159|talk]]) 05:26, 13 December 2022 (UTC)
::I can understand the desire to have the code listing copied from somewhere else to avoid endless code adjustments from disagreeing coders, but the C++ code just wasn't written in a way conducive to comparison, nor was it even conforming C++ code. I don't think it's acceptable to embed that comparison on this website, (a link to it would be fine if we ''must''). (For context for future talk readers, [https://en.wikipedia.org/w/index.php?title=Carbon_(programming_language)&oldid=1209607070 here] was my proposed equivalent C++ code).
:: P.s. it's not OK to specify the return type as {{tt|int32_t}}, that type is neither required to be {{tt|int}}, nor is it even required to exist (it's an optional type alias). The return type of {{tt|main}} [https://eel.is/c++draft/basic.start.main#2 must be {{tt|int}}] --[[User:Ybab321|Ybab321]] ([[User talk:Ybab321|talk]]) 10:42, 23 February 2024 (UTC)
|