Changes between Initial Version and Version 1 of JavaScript


Ignore:
Timestamp:
Oct 4, 2011, 10:57:12 PM (12 years ago)
Author:
historic_bruno
Comment:

initial version

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript

    v1 v1  
     1!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 [https://developer.mozilla.org/en/SpiderMonkey SpiderMonkey]. Performance has drastically improved over time, with the inclusion of advanced JIT (just-in-time) compiling.
     2
     3For a brief overview of why !JavaScript was selected, see this [http://www.wildfiregames.com/forum/index.php?showtopic=15068&view=findpost&p=224346 forum post].
     4
     5For an overview of the language as implemented by !SpiderMonkey and for help with programming, see https://developer.mozilla.org/en/JavaScript.