dain / jitescript

Jitescript - Java API for Bytecode

Home Page:http://blog.qmx.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Jitescript - Java API for Bytecode

http://blog.qmx.me

License:Apache License 2.0