如何参与C标准化进程?
最近我对 C 标准化产生了兴趣。我想参与C1X的开发。我想提出我的想法(无论它们被接受/拒绝)。
我想知道程序。 WG14 文档 显示按邮件列表排序的各种文档。我可以在哪里加入这样的邮件列表?如何提交提案?我看过一些提案,似乎最初的提案没有特定的格式。在文件末尾,已批准提案的状态C9X 它几乎没有提供有关该过程中涉及的所有 6 个阶段的信息。
Lately I've been getting interest in C standardization. I want to participate in development of C1X. I want to put forward my ideas (irrespective of they being accepted/rejected).
I want to know the procedure. WG14 documents shows various documents sorted by mailing list. Where can I join one such mailing list? How to submit a proposal? I've seen some proposals, it seems that there is no particular format for initial proposals. At the end of the document, Status of approved proposals for C9X it gives little information about all 6 stages involved in the process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“如果您想了解更多信息或想参与,请联系您所在国家的成员机构或工作组的联系地址之一。” -- http://www.open-std.org/jtc1/sc22/wg14/
虽然我钦佩您的兴趣,但如果您想了解 ISO WG 的工作,请想象一下参加持续数年的员工会议。
"If you want further information, or want to participate, please contact your national member body or one of the contact addresses of the WG." -- http://www.open-std.org/jtc1/sc22/wg14/
Although I admire your interest, picture sitting at a staff meeting that lasts for a few years if you want to get a feel for ISO WG efforts.
要记住的一件事是,C 标准工作组的做法是标准化现有的扩展,而不是凭空发明新功能。
因此,如果您对功能有一些想法,那么第一步应该是将它们实现为某些现有编译器(例如 gcc)的扩展。
One thing to remember is that the practice of the C Standard working group is to standardise existing extensions, rather than invent new features out of whole cloth.
So if you have some ideas for features, your first step should be to implement them as an extension for some existing compiler, like gcc.