GNOME, the popular desktop environment for Linux, has started offering C# bindings for the GTK+ and GNOME libraries. This has resulted in Mono, an open source version of the CLR, becoming a GNOME dependency. According to the release notes, new projects using C#, as well as existing ones wanting to migrate to C#, will need to go through the same proposal process the other modules use.
C# is not the only language now available for all GNOME users. Mono version 1.1.17 can also run IronPython 1.0 RC 2. No word yet on whether they intend to ship Mono with the release version of IronPython or require developers to get it from Microsoft.
Community comments
C#, or .NET bindings?
by Thom Nichols,
Re: C#, or .NET bindings?
by Jonathan Allen,
C#, or .NET bindings?
by Thom Nichols,
Your message is awaiting moderation. Thank you for participating in the discussion.
So really it's bindings for any language that runs on the Mono CLR.
Re: C#, or .NET bindings?
by Jonathan Allen,
Your message is awaiting moderation. Thank you for participating in the discussion.
The problem is that many .NET languages, including VB and IronPython, need runtimes that are not yet fully supported on Mono. Once those languages become fully supported, they should work.
Of course, this assumes that the bindings are CLS compliant. If they do something in a non-CLS fashion, some .NET languages won't be compatable with the bindings.
What is the CLS: Common Language Specification