vote up 3 vote down star
1

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 SO -- ARE there any non-CLI implementations of Boo...?

flag

heh, i like the guy that posted "try using python" -- he deleted his to lose the downvotes :) – Aaron Jul 18 at 18:38
Aw, I thought it was a funny and perfectly valid quip!-) Of course I know that Python (and Ruby and others) have good implementations on both CLI and JVM, and just wanted to see if I could use Boo without losing this kind of portability... but it still made me smile!-) – Alex Martelli Jul 18 at 18:41
Heh. Yeah Alex, you might like Python. Don't be afraid to try it. :-) – Nosredna Jul 18 at 18:51

3 Answers

vote up 5 vote down check

Yes there is. Check out the boojay project, it emits java bytecode.

link|flag
Super!!! Thanks. I see it's in a pretty early stage, but seems to be actively developed and an excellent portent for boo's future! – Alex Martelli Jul 18 at 18:48
Yep. Boojay was started by the creator of Boo. It was started after a challenge was made to allow Boo to multi-target. – Marcus Griep Jul 19 at 15:34
Yeah, Rodrigo rocks – Mauricio Scheffer Jul 19 at 22:54
Indeed - He lectured earlier this year at the PythonBrasil conference, and stated he is activelly working on boojay. – jsbueno Nov 26 at 13:55
vote up 2 vote down

From the BOO manifesto (pdf link):

A wrist friendly syntax, expressiveness and extensibility. That's not all.
I want my code to play nice with modules written in other languages.
I want a rich programming environment with a well thought out class library.
I want to be able to run my programs in multiple platforms.
I want the CLI.

You can try Grasshopper which can give you access to Java from IL (I think), since BOO compiles to IL it might work.

link|flag
Ah well, that's the impression I got, but I was hoping to be wrong (all the "I want" except the last one are applicable to JVMs as well, and JVM has other pluses too -- App Engine support, different sets of libraries and frameworks, etc etc). Ah well! – Alex Martelli Jul 18 at 18:43
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.