Top "Boo" questions

Boo is an object oriented, statically typed programming language for the Common Language Infrastructure, with a Python-inspired syntax and a special focus on language and compiler extensibility.

What is the best script language for Unity3D

I am starting with game dev using Unity3d and I can see there's 3 supported languages for creating scripts: C#, …

c# compiler-construction unity3d unityscript boo
Which programming language(s) does Windows Phone 7 (WP7) support?

As I recall, WP7 supports C# but does not support any of the .Net dynamic languages (Ruby or Python). Are …

.net windows-phone-7 boo
Boo vs C# vs Python?

Compared to C#, Boo feels a bit more Pythonic but it's also compiled down to .NET MSIL. I liked its …

c# python programming-languages boo
How can I import the System.Linq namespace to Boo?

When I try to import the System.Linq namespace to Boo compiler, I get this error: Boo.Lang.Compiler.CompilerError: …

c# namespaces boo
Unity3D large maps advice - How big is too big?

Using the Unity3D engine. I'm making a multiplayer game for fun, using Unity's standard networking. If servers hold 25-50 …

c# unity3d terrain boo
Is it possible to save a dynamic assembly to disk?

I recently bought Ayende's book Building DSLs in Boo (buy it, read it, it's awesome) but I'm coming up against …

.net dynamic assemblies boo