Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qmx/jitescript
Jitescript - Java API for Bytecode
https://github.com/qmx/jitescript
Last synced: 7 days ago
JSON representation
Jitescript - Java API for Bytecode
- Host: GitHub
- URL: https://github.com/qmx/jitescript
- Owner: qmx
- License: apache-2.0
- Created: 2011-05-19T20:56:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T22:28:00.000Z (over 3 years ago)
- Last Synced: 2024-12-07T16:04:12.684Z (14 days ago)
- Language: Java
- Homepage: http://blog.qmx.me
- Size: 649 KB
- Stars: 188
- Watchers: 16
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jvm - Jitescript - Bytecode generation library similar to BiteScript. (Bytecode)
README
Jitescript - Java API for Bytecode
==================================This project is inspired by @headius's [BiteScript](https://github.com/headius/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!](http://static-www.cloudbees.com/images/badges/BuiltOnDEV.png)
Quickstart
==================================Just add the project maven dependency info:
me.qmx.jitescript
jitescript
0.3.0
Then take a look at [JiteClassTest](https://github.com/qmx/jitescript/blob/master/src/test/java/me/qmx/jitescript/JiteClassTest.java) example on how to use it.
How to get help
===============
Join us on `#dynjs` channel at irc.freenode.net.