Mono installed on Mac OS X

I got Mono installed. Not that that was much of an accomplishment - visit http://www.go-mono.com, download the OSX package, and install it. Bring up a shell, "mcs test.cs", "mono test.exe", and it just worked. Very nice.

There are a couple of things I want to do. First is get Windows.Forms working - I tried instantiating a Form but it didn't just work, so I have to revisit that. Once that's working, I want to see if I can come up with some guidelines for writing apps in C# using the .NET framework that will run on the Mac with no changes.

I also want to fire up an ASP.NET app on the Mac and talk to it locally from a local browser. This should be pretty straightforward, but we'll see.. I'll keep posting as I progress.