InfoQ

InfoQ

Topic/Tag specific view

Boo Content on InfoQ


Latest featured content about Boo

The State of the Art on .NET

Topics
Rhino Mocks,
Rhino,
F#,
JVM Languages,
Java,
.NET Languages,
Azure,
.NET,
PaaS,
Tools,
Languages,
QCon,
Programming,
QCon London 2010,
Agile,
Cloud Computing,
Language,
Boo,
Castle,
M,
Conferences,
nHibernate

Amanda Laucher and Josh Graham present at an introductory level some of the most important elements of the .NET ecosystem: F#, M, Boo, NUnit, RhinoMocks, Moq, NHibernate, Castle, Windsor, NVelocity, Guerilla WCF, Azure, MEF.

Building Domain Specific Languages on the CLR

Topics
Domain Specific Languages,
Languages,
.NET,
Programming,
Boo

In his latest article Ayende Rahien introduces internal DSLs as a means of creating Domain-Specific Languages without having to deal with the complexity of designing a completely new language. He compares different .NET languages as suitable host languages for DSLs and presents Boo as an ideal candidate due to its meta programming facilities, flexibility, and performance.

Much ado about Boo

Topics
.NET,
Boo,
Programming

Boo is a OO-statically typed .NET programming language which in the spirit of Ruby or Python is licensed under an MIT/BSD license. Boo excels for building quick user interfaces and developer prototyping when using the boo's interactive shell. Andrew Glover's favorite reason for developing with boo, once compiled into byte-code it can easily be reused by any .NET based language.

News about Boo

A New Attempt at Making Boo a First Class Language

Topics
.NET,
IDE,
Programming,
Boo

A couple years ago we brought you news on attempts to make Boo into a first-class language for full Visual Studio support. The BooLangStudio project apparently died on the vine and nothing has been checked in since October 2010. A new project, Visual Studio Boo plugin, now takes its place.

Introducing Boo Lang Studio

Topics
Visual Studio,
IDE,
.NET,
Microsoft,
Programming,
Boo,
Companies

The first alpha release of Boo Lang Studio is available on CodePlex. This Visual Studio add-on strives to offer first class IDE support for Boo, a relatively new .NET language that while inspired by Python, is statically typed.

Boo: a First Class Language in Visual Studio

Topics
Artifacts & Tools,
.NET Framework,
Visual Studio,
.NET,
Tools,
Microsoft,
IDE,
Boo,
Companies,
Programming,
Agile,
Language

Boo is now on its way to becoming a first class citizen within Visual Studio 2008 thanks to the work of Jeffery Olson and the developers of BooLangStudio, a Visual Studio plugin.

Article: Building Domain Specific Languages on the CLR

Topics
Domain Specific Languages,
Languages,
.NET,
Boo,
Programming,
Metaprogramming

Ayende Rahien describes how to build internal DSLs on the CLR. He compares different .NET languages as suitable host languages for DSLs and presents Boo as an ideal candidate due to its meta programming facilities, flexibility, and performance.

In Case You Missed It: A .NET OpenID Library

Topics
C#,
Dynamic Languages,
.NET Languages,
OpenID,
Mono,
Identity Management,
.NET,
Languages,
Programming,
Interop,
Boo,
Security

For those of you looking at using OpenID, there is a .NET compatible library available. The Library was written in Boo, a .NET language inspired by Python. It also leverages a library from the Mono project.