Boo looks like an interesting language, but it appears to be implemented only for the Common Language Infrastructure (CLI), AKA .NET -- at least, I haven't found any other implementation, and I'd especially like one for the JVM, if it exists. So, I thought I'd double check on Stack Overflow -- ARE there any non-CLI implementations of Boo?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes there is. Check out the boojay project, it emits java bytecode. |
|||||||||||
|
|
I don't believe so. Given that the tagline is "A wrist friendly language for the CLI" it seems unlikely to be high on the list of priorities. |
|||
|
|
|
From the BOO manifesto (pdf link):
You can try Grasshopper which can give you access to Java from IL (I think), since BOO compiles to IL it might work. |
||||
|