Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bamboo/boojay

java backend for the boo programming language
https://github.com/bamboo/boojay

Last synced: 10 days ago
JSON representation

java backend for the boo programming language

Awesome Lists containing this project

README

        

[Boo](http://boo.codehaus.org/) for the JVM.

#Architecture

Thanks to the amazing [IKVM project](http://www.ikvm.net/) it is possible to use the great [ObjectWeb ASM](http://asm.objectweb.org/)
library from boo running on mono/ms.net to emit native java bytecode that
can be executed by any compliant java virtual machine.

#Contributing

0. Setup your [monolipse environment](http://github.com/bamboo/monolipse/).
1. Fork it.
2. Send pull requests.