JavaScript: Difference between revisions
Jump to navigation
Jump to search
(→Links: use MDN template for link) |
m (Add technical-debt link) |
||
Line 5: | Line 5: | ||
* [[JavaScript/Roadmap|Feature Roadmap]] | * [[JavaScript/Roadmap|Feature Roadmap]] | ||
* [[JavaScript:SpiderMonkey:Technical_Debt|Technical debt]] | |||
* [[JavaScript:Home Page|JS project pages]] | * [[JavaScript:Home Page|JS project pages]] | ||
* [http://benjamin.smedbergs.us/weekly-updates.fcgi/project/js-engine Weekly status reports] | * [http://benjamin.smedbergs.us/weekly-updates.fcgi/project/js-engine Weekly status reports] |
Revision as of 18:58, 10 December 2015
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