dynjs / dynjs

ECMAScript runtime for the JVM

Home Page:http://dynjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynjs - ECMAScript Runtime for the JVM

Build Status

Bug Reports

We're using GitHub Issues. Please let us know what issues you find!

Setting up environment

Getting JDK7

OSX can get information on installing at the java site.

Download and install it to your user (not to the entire machine) and before running mvn install run (or use Java7 as default compiler):

	export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)

Getting started

Building from sources

  1. git clone https://github.com/dynjs/dynjs.git && cd dynjs
  2. mvn install -s support/settings.xml

Download

Alternatively download the latest dynjs dist zip package from our CI job, then unpack it somewhere. As a convenience, you can symlink bin/dynjs to some directory enlisted on your $PATH, it should work fine!

Running

Run ./bin/dynjs --console for the REPL and try the snippet below:

var x = 1 + 1;
print(x);

For more options, run ./dynjs --help.

About

ECMAScript runtime for the JVM

http://dynjs.org

License:Apache License 2.0


Languages

Language:Java 68.3%Language:JavaScript 31.2%Language:CSS 0.2%Language:Shell 0.2%