Home > Computers > Programming > Languages > JavaScript > Runtime Environments
https://github.com/bero1985/besen
Complete open-source ECMAScript Fifth Edition implemention in Object Pascal [Delphi/FreePascal]
https://github.com/BrendanEich/narcissus
JavaScript interpreter written in pure JavaScript (i.e., a meta-circular evaluator), using the SpiderMonkey engine.
http://www.digitalmars.com/dscript/
Implementation of ECMA 262 scripting language; standalone and ActiveScript versions available. By Digital Mars.
http://gluescript.sourceforge.net/
The successor of wxJavaScript. The goal of this project is to create a JavaScript engine which can be used as a general purpose language (like Perl for instance).
http://code.google.com/p/gpsee/
An open-source project for developing and running CommonJS programs, enhancing existing programs using SpiderMonkey's JSAPI, and adding interoperability between JSAPI projects.
https://developer.mozilla.org/en-US/docs/SpiderMonkey/Introduction_to_the_JavaScript_shell
The JavaScript shell (js) is a command-line program included in the SpiderMonkey source distribution. It is the JavaScript equivalent of Python's interactive prompt, the Lisp read-eval-print loop, or Ruby's irb. The article explains how to use the shell to experiment with JavaScript code and run JavaScript programs.
http://javalikescript.free.fr/
A general-purpose JavaScript platform. It aims to provide an extensible tooling framework. Can be used for various purposes including client-side, server-side or desktop scripting. Comes in two parts: a low level set of native libraries and a set of JavaScript libraries.
http://code.eligrey.com/shell/
A command-line interface for JavaScript and DOM.
https://code.google.com/p/js-test-driver/
Remote JavaScript console.
http://www.jsdb.org/
JavaScript for databases, a scripting language for data-driven, network-centric programming on Windows, Mac, Linux, and SunOS. It is free and open-source. Use it as a JavaScript shell, to run CGI programs, or as a web server.
http://code.google.com/p/jslibs/
Standalone JavaScript development environment. Goals: turn JavaScript into a general-purpose scripting language. Has a set of native modules that contains many general-purpose classes and functions. Open source, GPL.
http://jspl.msg.mx/
A bridge between Perl and JavaScript (the SpiderMonkey engine specifically). JSPL makes it easier for JavaScript programmers to write stand-alone, out-of-the-browser, applications.
https://developer.mozilla.org/en-US/docs/Mozilla/XPConnect/xpcshell
An XPConnect-enabled JavaScript Shell. It is a console application that lets run JavaScript code. Unlike the ordinary JS shell (js), xpcshell lets the scripts running in it access XPCOM functionality.
http://www.brent-noorda.com/nombas/us/
All about Nombas, the scripting company that no longer exists.
http://openjdk.java.net/projects/nashorn/
Implement a lightweight high-performance JavaScript runtime in Java with a native JVM.
https://developer.mozilla.org/en-US/docs/Rhino
An open-source implementation of JavaScript written entirely in Java.
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
Mozilla's JavaScript engine written in C/C++. It is used in various Mozilla products, including Firefox, and is available under the MPL2.
https://developer.mozilla.org/en-US/docs/Archive/Mozilla/Tamarin
JavaScript engine written in C++. Implements Adobe ActionScript 3 (a superset of ECMAScript Edition 3) and is embedded within the Adobe Flash Player versions 9 and later.
http://v8project.blogspot.de/
A blog by the team for the JavaScript engine of the Chromium platform.
Home > Computers > Programming > Languages > JavaScript > Runtime Environments
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us