2008-03-19 Marek Safar <marek.safar@gmail.com>
[mono.git] / web / languages
index 2d38b95f2e4217d9686a3daecb4bc77c0c344bb4..1d76ada4cdc3670f9dad81af1ee965307f43441b 100755 (executable)
@@ -11,6 +11,7 @@
                * <a href="#mbas">Mono Basic</a> (Mono's VB.NET compiler)
                * <a href="#dotlist">dotLisp</a>
                 * <a href="#nemerle">Nemerle</a>
+               * <a href="#python">Python</a>
        </ul>
 
        Languages which are known to run, but we have not done a
                * <a href="#c">C</a>
        </ul>
 
-       Some experimental languages:
+       Some experimental bindings:
 
        <ul>
                * <a href="#Tachy">Tachy</a> (scheme-like)
-               * <a href="#python">Python</a>
        </ul>
 
 <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 worked with Jeroen to get IKVM to work with Mono.
 
-       Zoltan has got 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
 
        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
        <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.