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.
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 booAs I recall, WP7 supports C# but does not support any of the .Net dynamic languages (Ruby or Python). Are …
.net windows-phone-7 booCompared to C#, Boo feels a bit more Pythonic but it's also compiled down to .NET MSIL. I liked its …
c# python programming-languages booWhen I try to import the System.Linq namespace to Boo compiler, I get this error: Boo.Lang.Compiler.CompilerError: …
c# namespaces booI 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