InfoQ

News

Boo: a First Class Language in Visual Studio

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

Community
.NET
Topics
Language ,
Artifacts & Tools ,
.NET Framework
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.

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

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.