| 30 Mar 2004 | 77.2k | |
| 3 Dec 2003 | 297.5k | |
| 5 Nov 2003 | 161.1k | |
| 1 Jun 2001 | 28.5k |
ECMAScript is a standardized language also known variously as JavaScript, JScript, and LiveScript. SEE is a library that provides a parser and runtime environment for this language. It conforms to ECMAScript Edition 3, and to JavaScript 1.5, with some compatibility switches for earlier versions of JavaScript and Microsoft's JScript.
SEE can let you:
You can view the current library documentation.
SEE is not particularly fast. It was written for correctness and portability. When compared against a benchmark test, SEE comes out 6.2 'times slower' that Microsoft's JScript, and 12.7 'times slower' than Nombas's ScriptEase 4.30.
This software has been released under a BSD-style licence. This essentially means free for any use, with the one condition that the author of this software be credited in appropriate documentation.