This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

JavaScript is the game's scripting language of choice. It is object-oriented and has a C-like syntax. While commonly associated with web pages, JavaScript is suitable for embedding in other applications. The game implements JavaScript using Mozilla's C++ based engine, called SpiderMonkey. Performance has drastically improved over time, with the inclusion of advanced JIT (just-in-time) compiling.

For a brief overview of why JavaScript was selected, see this forum post.

For an overview of the language as implemented by SpiderMonkey and for help with programming, see https://developer.mozilla.org/en/JavaScript.

Last modified 13 years ago Last modified on 10/04/11 22:57:12
Note: See TracWiki for help on using the wiki.