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: 10 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T22:35:51.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T18:46:39.864Z (over 1 year ago)
- Language: Boo
- Homepage: http://code.google.com/p/boojay
- Size: 13.3 MB
- Stars: 19
- Watchers: 7
- 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.