InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Boo: a First Class Language in Visual Studio

Posted by James Vastbinder on Jun 05, 2008

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

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
I'm not the only contributor by Jeffery Olson Posted
i love boo by one kknd Posted
Re: i love boo by Chu Kevin Posted
What's the big buzz? by Vladimir Sanchez Posted
  1. Back to top

    Boo Also Runs on Mono

    by James Vastbinder

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

  2. Back to top

    I'm not the only contributor

    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

    by one kknd

    thank you guys working on it!

  4. Back to top

    Re: i love boo

    by Chu Kevin

    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?

    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

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.