X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fc-sharp;h=ffa0b574bef43950ccb928ef65edad10ff7409fe;hb=feca28835d4e3cb2be67bdcbd4f54fee62c3797a;hp=e94dcc6c58ae4d9cfe9e54754724ffaef23c2030;hpb=88b95d7aab4e521a925f4fc339e2ef1719b9914c;p=mono.git diff --git a/web/c-sharp b/web/c-sharp index e94dcc6c58a..ffa0b574bef 100644 --- a/web/c-sharp +++ b/web/c-sharp @@ -1,10 +1,18 @@ * MCS: The Ximian C# compiler - The Mono C# compiler is considered feature complete at this - point and relatively mature. MCS is able to compile itself - and many more C# programs (there is a test suite included that - you can use). It is routinely used to compile Mono, roughly - half a million lines of C# code. + The Mono C# compiler is considered feature C# 1.0 complete at + this point and mature. MCS is able to compile itself and many + more C# programs (there is a test suite included that you can + use). It is routinely used to compile Mono, roughly 1.7 + million lines of C# code. + + The compiler is also fairly fast. On a IBM ThinkPad t40 it + compiles 18,000 lines of C# code per second. + + Work on C# 2.0 has started: some pieces of it are available on + the standard compiler with the -2 switch (iterators, method + conversions) and some others are available on the `gmcs' + branch on CVS (generics) ** Obtaining MCS