Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-03-07 20:11:51 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-03-07 20:11:51 +0300
commitbc09660af099a6eddb54b7f701566e44e3e8323c (patch)
tree86f3992641e57adc20acef7c9b3a1f135d449d63 /web/c-sharp
parent9d8b1f4b72009a9bc4295189994f410fb80bb0a7 (diff)
Update
svn path=/trunk/mono/; revision=23767
Diffstat (limited to 'web/c-sharp')
-rw-r--r--web/c-sharp18
1 files changed, 13 insertions, 5 deletions
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