JavaScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
# | |||
* Are you looking for documentation about the JavaScript language? You probably want the [https://developer.mozilla.org/docs/Web/JavaScript Mozilla Developer Network] website. | |||
'''SpiderMonkey''' is the code name of Mozilla's JavaScript engine. | |||
* [[JavaScript/Roadmap|Feature Roadmap]] | |||
* [[JavaScript:Home Page|List of JS project pages]] | |||
== Communication == | |||
* To discuss SpiderMonkey embedding or the JS API, join the [https://lists.mozilla.org/listinfo/dev-tech-js-engine dev-tech-js-engine] mailing list | |||
* To discuss SpiderMonkey's implementation, join the [https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals dev-tech-js-engine-internals] mailing list | |||
* To discuss all things SpiderMonkey, join '''#jsapi''' on [https://wiki.mozilla.org/IRC IRC] | |||
* To discuss ECMAScript standards, join '''#jslang''' on [https://wiki.mozilla.org/IRC IRC] | |||
== New Contributors == | |||
* [https://wiki.mozilla.org/JavaScript:New_to_SpiderMonkey "So you're new to SpiderMonkey"] is a guide for new contributors | |||
* [https://wiki.mozilla.org/JavaScript:SpiderMonkey:Coding_Style SpiderMonkey coding style guide] | |||
* [https://wiki.mozilla.org/JavaScript:Hackers JavaScript engine hackers and areas of expertise] | |||
* [https://developer.mozilla.org/docs/Mozilla/Projects/SpiderMonkey MDN's SpiderMonkey C++ documentation] | |||
== Links == | |||
* [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources ECMAScript language specifications] | |||
* [[JavaScript:Home Page|Old JavaScript project page]] |
Revision as of 03:30, 14 November 2013
- Are you looking for documentation about the JavaScript language? You probably want the Mozilla Developer Network website.
SpiderMonkey is the code name of Mozilla's JavaScript engine.
Communication
- To discuss SpiderMonkey embedding or the JS API, join the dev-tech-js-engine mailing list
- To discuss SpiderMonkey's implementation, join the dev-tech-js-engine-internals mailing list
- To discuss all things SpiderMonkey, join #jsapi on IRC
- To discuss ECMAScript standards, join #jslang on IRC
New Contributors
- "So you're new to SpiderMonkey" is a guide for new contributors
- SpiderMonkey coding style guide
- JavaScript engine hackers and areas of expertise
- MDN's SpiderMonkey C++ documentation