2004-12-04 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / web / languages
index 56f89a28ff1f51b060c6dd1774512d9bb3147270..1d76ada4cdc3670f9dad81af1ee965307f43441b 100755 (executable)
@@ -10,6 +10,8 @@
                * <a href="#Forth">Forth</a>
                * <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
 
        LCC is not an open source compiler, but it is free as long as you
        do not profit from selling it. 
 
-<a name="Java">
-* Java
+<a name="ada"></a>
+* ADA
 
-       Java bytecode can run directly on Mono using the <a
-       href="http://www.ikvm.net">IKVM</a> java virtual machine for
-       .NET.
+       A# is an ADA compiler for the CIL platform, it can be downloaded from:
+       <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>
 
-       We have a <a href="java.html">separate page</a> for Java.