Mono
Z MetaCentrum
Obsah
Description
Mono is a software platform designed to allow developers to easily create cross platform applications. Sponsored by Xamarin, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
Availability
Version 2.10.2
Use
Run "module add mono-2.10.2"
How to
Hello world, hello.cs
using System;
public class HelloWorld
{
static public void Main ()
{
Console.WriteLine ("Hello Mono World");
}
}
Compile and run by
gmcs hello.cs
mono hello.exe
Documentation
http://www.mono-project.com/Start
Licence
GPL
Supported platforms
Linux