.NET CLI for Mac OS X

There’s some interesting findings if you read through the docs and source code for the Common Language Infrastructure component of Microsoft’s .NET framework. The entire infrastructure (which is what runs .NET code that’s been written) has been written for, and already compiles on, FreeBSD for x86. And all the hardware-specific parts are extracted into a Platform Abstraction Layer (the PAL is discussed in more detail here) that should simplify any future ports.

What it means is, Mac developers should be able to download the framework and port it in relatively short order, given OS X’s BSD underpinnings. The only real work is translating x86 calls to PowerPC, but since the opposite’s been done fairly easily for the Darwin x86 project, I am curious to see when it’ll happen.