  |
Rhino - JavaScript for Java - http://www.mozilla.org/rhino/
An open-source implementation of JavaScript written entirely in Java. |
  |
Sun Labs Lively Kernel - http://research.sun.com/projects/lively/
Web programming environment, by Sun's Project Flair. Goal: give web programming equal simplicity, generality, flexibility as used in desktop programming, but with no installation, upgrade issues. Like AppJet. FAQ, forums, interactive tutorial. Open Source, GPL. |
  |
AppJet, Inc. - http://appjet.com/
Users type JavaScript in Web browser box; code can then execute. Programs reside on AppJet servers; source code is public; all start as clones of extant programs. Like Lively Kernel. Descriptions, demos, examples, weblog, forum. |
  |
JSLibs - http://code.google.com/p/jslibs/
Standalone JavaScript development environment; goal: turn JavaScript into a general-purpose scripting language. Has set of native modules that contain many general-purpose classes and functions. Open source, GPL. |
  |
DMDScript - http://www.digitalmars.com/dscript/
Implementation of ECMA 262 scripting language; standalone and ActiveScript versions available. By Digital Mars. |