Free EcmaScript Interpreter.  
A JavaScript interpreter written in Java.
 
 
Documentation
FESI implements few language extensions and try to follow the standard as much as possible. This is unlike most implementation of JavaScript, which are unfortunately very incompatibles between them. For the core language definition you can refer to the ECMA 262 standard. Admittedly this is not a tutorial.

Please note that currently FESI supports only the first verion of the standard !

I have not written any general description of EcmaScript, so you will have to make do with the above references. Note that most books on JavaScript describes more the JavaScript navigator extensions rather the language itself.


 The following documentation is available:
 
Interpreter:
The easier way to get familiar with EcmaScript is to use the interpreter.
Java Library:
To embed EcmaScript in your application you will have to use the library.
Extensions:
Basic input/output, access to Java packages and more is reachable by loading extensions
 
Return to the main page

Copyright © Jean-Marc Lugrin 1998-2003 - Under LGPL license Last update: 26 August 2003