DotGNU and Mono seem to be attacking the same problem – namely implementing the .NET CLR in a free, open-source way with an eye to cross-platform compatibility.
I’ve been reading quite a bit about both, and I’m having a hard time deciding which implementation to use for an upcoming project. My particular project doesn’t need System.Windows.Forms, so the graphical UI part of the libraries won’t be too important.
So: has anyone tried comparing the two directly? What are the pitfalls of either with respect to the other? Is one more supported by the FOSS community than the other?
Thanks to all who respond 🙂
Well, Mono looks like a much more complete port to me, with a lot more backing.
Judging by the web site, DotGNU seems to be as much about telling people not to use .NET as it is about providing a viable alternative. Many of the links (such as the “latest changes”) don’t seem to go anywhere useful.
Mono, on the other hand, is very obviously under active development, supports the new DLR, has implemented C# 3.0 and LINQ support, is available to install from packages for multiple platforms, has working documentation etc. The winner seems pretty clear to me.