Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

901 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynjs - invokedynamic-based javascript impl

cloudbees rocks!

Setting up environment

Getting JDK7

OSX users can get it at openjdk-osx-build.

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

Download

Alternatively download the latest version from our CI job.

Running

Run ./run-repl for the REPL and try the snippet below:

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

For more options, run java -jar target/dynjs-all.jar --help.

About

(almost) 100% invokedynamic js impl

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages