/jitescript

Jitescript - Java API for Bytecode

Primary LanguageJavaApache License 2.0Apache-2.0

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.2.1-SNAPSHOT</version>
</dependency>

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

How to get help

I usually hang on #jitescript channel at irc.freenode.net.