https://github.com/qmx/jitescript
Jitescript - Java API for Bytecode
https://github.com/qmx/jitescript
Last synced: 3 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 14 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T22:28:00.000Z (over 4 years ago)
- Last Synced: 2025-05-12T00:51:20.053Z (5 months ago)
- Language: Java
- Homepage: http://blog.qmx.me
- Size: 649 KB
- Stars: 187
- Watchers: 16
- Forks: 30
- 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.
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.