boojay icon indicating copy to clipboard operation
boojay copied to clipboard

java backend for the boo programming language

Boo for the JVM.

#Architecture

Thanks to the amazing IKVM project it is possible to use the great ObjectWeb ASM library from boo running on mono/ms.net to emit native java bytecode that can be executed by any compliant java virtual machine.

#Contributing

  1. Setup your monolipse environment.
  2. Fork it.
  3. Send pull requests.