Kenneth Ismert
kismert at gmail.com
Thu Apr 14 10:17:32 CDT 2011
Speaking of Unit-testing, I bumped into this: http://cobra-language.com/ Cobra is a .NET/Mono language, with language constructs that directly support: * Contracts * Unit-testing * Lambdas and closures * Doc strings * Mixins and extensions Familiar .NET features like Generics are there, and it plays nice with C# and VB.NET, too. It offers the clean syntax and convenience of Ruby or Python, but provides strong compile-time checking, and compiled performance. -Ken