Why is there no ISO or ECMA standardization for C#

2019-04-07 10:30发布

I have started learning C# and was looking for a standard specification, but found that C# versions greater than 2.0 were not standardized by ISO or ECMA (or so I gathered from Wikipedia). Is there any reason for this?

标签: c# iso ecma
1条回答
别忘想泡老子
2楼-- · 2019-04-07 11:23

Because writing, reviewing, validating, publishing, processing feedback, revising, re-publishing etc complex specification documents takes significant time and effort, which is a finite resource - and the demand for an ISO / ECMA version of the specification hasn't been sufficient to prompt Microsoft into investing that time.

The non-Microsoft compiler authors (Mono etc) seem to be doing just fine without it.

Anecdotally, it also avoids the problem where 2 specifications say different conflicting things (which can happen, and has happened).

查看更多
登录 后发表回答