RingoJS

JavaScript Support

RingoJS 2.0.0 is the first release based on Rhino’s EcmaScript 6 (ES6) engine mode. It ships with a new and fully re-written HttpServer module, which is mostly compatible with the previous implementation.

Developers must be careful if they use modern JavaScript features or are porting code from other JavaScript runtimes, e.g. Node. Rhino only implements a subset of the full standard. The most notable additions to previous releases are:

Edge cases might be missing or will not be implemented by the engine. If your code throws a syntax or runtime error, the corresponding language feature might be implemented in parts only. Classes and generators are not supported. The Rhino-team tracks implemented language features and the level of conformity in a compatibility table.

Update policy

There are no plans to migrate to another JavaScript engine with a higher compatibility level. Ringo will be based on Rhino for the foreseeable future. Ringo follows the Rhino releases as soon as possible. New minor releases may be triggered by a new engine release with additional language features included.

Reserved keywords

In addition to ECMAScript keywords, the following keywords are reserved as top-level package names:

They cannot be used as identifiers.