-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving "How to read ECMAScript specification text" to this repo #63
Comments
Definitely +1 to moving it. I wonder though, could we take it a step further and put this guide (or something similar) in the actual spec? |
Do not put it directly into the spec, but somewhere close to it. To have a kind of "ECMAScript for Dummies" type of book / document is not bad. What would be needed, that some people read the content to see if everything is ok. E.g. with quick reading I saw that the ISO/IEC version of ECMA-262 Ed. 5 ( ISO/IEC 16262) has been withdrawn on the ISO/IEC side because we have that replaced with the ECMA-414 based solution (ISO/IEC 22275). https://www.iso.org/standard/73002.html |
We should check that the information is accurate. I think this would make a good addition to how-we-work documents after it has been vetted. With the website going online, I don't think we will need to put this guide into the spec, we can just surface it so that people find it more easily. |
Would anyone be willing to volunteer to review & edit the how-to in order to get it published in this repo? |
I read it when first published. I thought it was pretty good but did see a few nits that I didn't have time to comment on at the time. I unlikely to have time to review it before September. |
I’d be happy to receive comments in any way, including GitHub issues on the repository itself as well as this thread. Please let me know! |
@TimothyGu I've read your document, and it seems really good to me as is. Would you be interested in making a PR to move the document there into a Markdown file here? |
@littledan I would much prefer if we could move it into a repository on its own. This is due to two reasons:
|
Hi Everyone, I have been in touch with Timothy Gu, the author of "How to read the ECMAScript specification" -- he was wondering if this is something that could be moved to a TC39 owned repository. What do people think about making it part of this repo?
The text was updated successfully, but these errors were encountered: