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
path: root/web
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-06-25 23:02:34 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-06-25 23:02:34 +0400
commitec388a7eb38d9188c0724d2e52f0027114afe407 (patch)
treedcf041af34158feb5a43b5dd9b569e1e6d46f709 /web
parentd8dde95cc12d4a4b7a8304ef167397f6a9a5416d (diff)
Flush
svn path=/trunk/mono/; revision=30407
Diffstat (limited to 'web')
-rwxr-xr-xweb/languages29
1 files changed, 10 insertions, 19 deletions
diff --git a/web/languages b/web/languages
index fa4b5bf28e2..1d76ada4cdc 100755
--- a/web/languages
+++ b/web/languages
@@ -38,11 +38,18 @@
<a name="Java"></a>
** Java
- There is a very interesting project to make a JavaVM for .NET
- <a href="http://radio.weblogs.com/0109845/">here</a>.
+ Java is supported through the <a href="http://www.ikvm.net">IKVM</a> virtual machine.
- Zoltan has got IKVM to work with Mono.
+ Zoltan worked with Jeroen to get IKVM to work with Mono.
+<a name="nemerle">
+* Nemerle
+
+ Nemerle is a new hybrid (functional, object-oriented and
+ imperative) programming language for the .NET platform. It is
+ available from <a
+ href="http://www.nemerle.org/">http://www.nemerle.org</a>.
+
<a name="PHP">
** PHP
@@ -122,14 +129,6 @@
Cesar is working on Mono's implementation of JScript, the code
is available on CVS on module `mcs'.
-<a name="nemerle">
-* Nemerle
-
- Nemerle is a new hybrid (functional, object-oriented and
- imperative) programming language for the .NET platform. It is
- available from <a
- href="http://www.nemerle.org/">http://www.nemerle.org</a>.
-
* Missing languages
Here is a list of a few languages that we would like to see
@@ -159,13 +158,5 @@
<a
href="http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html">http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html</a>
-<a name="Java">
-* Java
-
- Java bytecode can run directly on Mono using the <a
- href="http://www.ikvm.net">IKVM</a> java virtual machine for
- .NET.
-
- We have a <a href="java.html">separate page</a> for Java.