JavaScript: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Link weekly status reports) |
||
Line 5: | Line 5: | ||
* [[JavaScript/Roadmap|Feature Roadmap]] | * [[JavaScript/Roadmap|Feature Roadmap]] | ||
* [[JavaScript:Home Page| | * [[JavaScript:Home Page|JS project pages]] | ||
* [http://benjamin.smedbergs.us/weekly-updates.fcgi/project/js-engine Weekly status reports] | |||
== Communication == | == Communication == | ||
* | * Mailing lists: | ||
* | ** [https://lists.mozilla.org/listinfo/dev-tech-js-engine dev-tech-js-engine] for SpiderMonkey embedding and JS API | ||
* | ** [https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals dev-tech-js-engine-internals] for SpiderMonkey internals | ||
* | * [https://wiki.mozilla.org/IRC irc.mozilla.org]: | ||
** '''#jsapi''' for all things SpiderMonkey | |||
** '''#jslang''' for ECMAScript standards discussion | |||
== New Contributors == | == New Contributors == | ||
Line 20: | Line 25: | ||
* [https://wiki.mozilla.org/JavaScript:Hackers JavaScript engine hackers and areas of expertise] | * [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] | * [https://developer.mozilla.org/docs/Mozilla/Projects/SpiderMonkey MDN's SpiderMonkey C++ documentation] | ||
== Links == | == Links == | ||
* [[JavaScript:Home Page|Old JavaScript project page]] | * [[JavaScript:Home Page|Old JavaScript project page]] |
Revision as of 07:37, 14 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 for SpiderMonkey embedding and JS API
- dev-tech-js-engine-internals for SpiderMonkey internals
- 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