Late last month, Jeffery Olson announced BooLangStudio on the Boo Language Users mailing list. Olson’s effort now makes it possible to write Boo code in Visual Studio 2008 and take advantage of Visual Studio IDE features.
The first release of the Visual Studio plugin is primarily a proof of concept and Olson warns developers:
Check it out at: http://www.codeplex.com/BooLangStudio
Please note that it is VERY rough around the edges currently. The Microsoft Visual Studio 2008 SDK is a dependency, also. And lots of other stuff that I didn't mention.
The current release is version 0.1.2 and development on version 0.2 is actively progressing and is intended to feature:
- Syntax Highlighting
- Simple Intellisense
- An Installer
Around the same time, Cedric Vivier announced the latest release of Boo, 0.8.2 with the following enhancements from the Boo web site:
- (almost) complete nullable type support
- shorthand for nullable types and enumerables
- improved booish behavior with nicer colors
- 'else' block for 'for' and 'while loops
- fixes and improvement related to generic methods
InfoQ has covered Boo in the past providing a primer on the language and highlighted as an ideal host language for creating Domain Specific Languages.
Community comments
Boo Also Runs on Mono
by James Vastbinder,
I'm not the only contributor
by Jeffery Olson,
i love boo
by one kknd,
Re: i love boo
by Chu Kevin,
What's the big buzz?
by Vladimir Sanchez,
Boo Also Runs on Mono
by James Vastbinder,
Your message is awaiting moderation. Thank you for participating in the discussion.
I should have included this in the news post...
I'm not the only contributor
by Jeffery Olson,
Your message is awaiting moderation. Thank you for participating in the discussion.
Thank you very much for highlighting the project. It should be noted, though, that I'm not at all the sole contributor to this project. James Gregory is doing a great job of working towards a working intellisense implementation. Torkel Ödegaard has pitched in some great bug fixes. Justin Chase and Chris Bilson are working independently towards a working, proper installer for the project.
I want to point out that the "critical path" for BooLangStudio is implemented, that is: You can open SharpDevelop .booproj projects or create new ones, you can edit non-trivial code and have it be compiled within the IDE (including macros and all of that, provided you satisfy dependencies as needed). Syntax-highlighting is in place, but it could quite fairly be described as "incomplete". This is being worked on.
Basically everything else is missing, to include: intellisense, debugging support (breakpoints), and all the other stuff you're used to being pampered with when dev'ing on managed code in VS2008.
i love boo
by one kknd,
Your message is awaiting moderation. Thank you for participating in the discussion.
thank you guys working on it!
Re: i love boo
by Chu Kevin,
Your message is awaiting moderation. Thank you for participating in the discussion.
I love boo too.
I wish this IDE too long. Before, I writed boo in SharpDevelop and MonoDevelop.
What's the big buzz?
by Vladimir Sanchez,
Your message is awaiting moderation. Thank you for participating in the discussion.
Who needs another language? Anyone heard about Python?
Boo seems like Python wannabe. Do I care whether it compiles?? I apologize for the sarcarsm but in all honesty, the value proposition is more important than its features.
Good Luck with it! =D