InfoQ

News

Boo: a First Class Language in Visual Studio

Posted by James Vastbinder on Jun 05, 2008 11:31 AM

Community
.NET
Topics
.NET Framework ,
Language ,
Artifacts & Tools
Tags
Boo ,
Visual Studio

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.

5 comments

Reply

Boo Also Runs on Mono by James Vastbinder Posted Jun 5, 2008 11:48 AM
I'm not the only contributor by Jeffery Olson Posted Jun 5, 2008 12:27 PM
i love boo by kknd one Posted Jun 5, 2008 7:57 PM
Re: i love boo by Kevin Chu Posted Jun 5, 2008 10:24 PM
What's the big buzz? by Vladimir Sanchez Posted Jun 10, 2008 2:21 PM
  1. Back to top

    Boo Also Runs on Mono

    Jun 5, 2008 11:48 AM by James Vastbinder

    I should have included this in the news post...

  2. Back to top

    I'm not the only contributor

    Jun 5, 2008 12:27 PM by Jeffery Olson

    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.

  3. Back to top

    i love boo

    Jun 5, 2008 7:57 PM by kknd one

    thank you guys working on it!

  4. Back to top

    Re: i love boo

    Jun 5, 2008 10:24 PM by Kevin Chu

    I love boo too.
    I wish this IDE too long. Before, I writed boo in SharpDevelop and MonoDevelop.

  5. Back to top

    What's the big buzz?

    Jun 10, 2008 2:21 PM by Vladimir Sanchez

    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

Exclusive Content

Ruby.rewrite(Ruby)

In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.