Why is there no ISO or ECMA standardization for C# later than 2.0?

一笑奈何 提交于 2020-01-01 09:18:49

问题


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?


回答1:


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).



来源:https://stackoverflow.com/questions/16917453/why-is-there-no-iso-or-ecma-standardization-for-c-sharp-later-than-2-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!