Skip to content

qmx/jitescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jitescript - Java API for Bytecode

This project is inspired by @headius's BiteScript. The goal is to produce a Java library with a similar API so that bytecode generation can be as nice in Java as BiteScript makes it in JRuby.

cloudbees rocks!

Quickstart

Just add the project maven dependency info:

<dependency>
  <groupId>me.qmx.jitescript</groupId>
  <artifactId>jitescript</artifactId>
  <version>0.3.0</version>
</dependency>

Then take a look at JiteClassTest example on how to use it.

How to get help

Join us on #dynjs channel at irc.freenode.net.