JavaScript: Difference between revisions
Jump to navigation
Jump to search
m (Link weekly status reports) |
m (→Communication) |
||
Line 12: | Line 12: | ||
* Mailing lists: | * Mailing lists: | ||
** [https://lists.mozilla.org/listinfo/dev-tech-js-engine dev-tech-js-engine] for SpiderMonkey | ** [https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals dev-tech-js-engine-internals] for SpiderMonkey project discussion '''(You probably want this list!)''' | ||
** [https://lists.mozilla.org/listinfo/dev-tech-js-engine | ** [https://lists.mozilla.org/listinfo/dev-tech-js-engine dev-tech-js-engine] for questions about embedding the standalone SpiderMonkey releases | ||
* [https://wiki.mozilla.org/IRC irc.mozilla.org]: | * [https://wiki.mozilla.org/IRC irc.mozilla.org]: | ||
** '''#jsapi''' for all things SpiderMonkey | ** '''#jsapi''' for all things SpiderMonkey | ||
** '''#jslang''' for ECMAScript standards discussion | ** '''#jslang''' for ECMAScript standards discussion | ||
== New Contributors == | == New Contributors == |
Revision as of 17:52, 15 November 2013
Are you looking for documentation about the JavaScript language? You probably want the Mozilla Developer Network website.
This is the project page for SpiderMonkey, Mozilla's JavaScript engine.
Communication
- Mailing lists:
- dev-tech-js-engine-internals for SpiderMonkey project discussion (You probably want this list!)
- dev-tech-js-engine for questions about embedding the standalone SpiderMonkey releases
- irc.mozilla.org:
- #jsapi for all things SpiderMonkey
- #jslang for ECMAScript standards discussion
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