Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboo/boojay
java backend for the boo programming language
https://github.com/bamboo/boojay
Last synced: about 1 month ago
JSON representation
java backend for the boo programming language
- Host: GitHub
- URL: https://github.com/bamboo/boojay
- Owner: bamboo
- License: bsd-3-clause
- Created: 2010-04-07T17:39:02.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T22:35:51.000Z (about 11 years ago)
- Last Synced: 2024-10-28T19:57:26.418Z (3 months ago)
- Language: Boo
- Homepage: http://code.google.com/p/boojay
- Size: 13.3 MB
- Stars: 20
- Watchers: 8
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.