Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 471 Bytes

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.