narwhal
…a general purpose javascript platform.
Links
http://narwhaljs.org/ Narwhal is a cross-platform, multi-interpreter, general purpose JavaScript platform. It aims to provide a solid foundation for building JavaScript applications, primarily outside the web browser.
Install
cd ~/src
git clone git://github.com/280north/narwhal.git
Usage
Activate the virtual environment:
. ~/src/narwhal/bin/activate
Test:
js ~/src/narwhal/examples/hello