Update the filenames to the actual filenames on the server. Commented
[mono.git] / doc / languages
index 7e9228a984752c6d27ca811d24a99d3fbcb7303a..ffb9f7dd0645a0246c176e76bef4e3e86761a421 100755 (executable)
@@ -8,6 +8,14 @@
                * <a href="#MonoLogo">MonoLogo</a>
                * <a href="#Oberon">Oberon</a>
                * <a href="#Forth">Forth</a>
+               * <a href="#mbas">Mono Basic</a> (Mono's VB.NET compiler)
+       </ul>
+
+       Languages which are known to run, but we have not done a
+       complete ran of all their regression tests to validate it:
+
+       <ul>
+               * Kylix.NET.
        </ul>
 
        Languages we would like to have supported, with links to resources:
 
        <ul>
                * <a href="#Tachy">Tachy</a> (scheme-like)
+               * <a href="#python">Python</a>
        </ul>
 
 <a name="Java">
 ** Java
 
        There is a very interesting project to make a JavaVM for .NET
-       <a href="http://radio.weblogs.com/0109845/">here</a>
+       <a href="http://radio.weblogs.com/0109845/">here</a>.
+
+       Zoltan has got IKVM to work with Mono.
 
+<a name="PHP">
+** PHP
+
+       Sterling has code to allow PHP developers to use Mono code, in
+       his <a href="http://www.php.net/~sterling/mono/">site</a>
 
 <a name="MonoLogo">
 ** MonoLogo
        hosted in the <a href="ccvs.html">Mono CVS</a> repository
        and also available on the <a href="anoncvs.html">AnonCVS</a> mirrors.
 
+<a name="mbas">
+** Mono Basic (Mono's VB.NET compiler)
+
+       Work has resumed on the Mono Visual Basic compiler (currently
+       called mbas).  It is part of the standard Mono distribution,
+       but its still an early compiler.
+
 <a name="Oberon">
 ** Oberon
 
        A subset of Scheme language called <a
        href="http://radio.weblogs.com/0101156/stories/2002/03/19/tachy.html">Tachy</a>
 
+<a name="Python">
+** Python
+
+        <a href="mailto:brian@No.Spam.zope.com">Brian Lloyd</a> is
+       working on linking the Python runtime with the .NET runtime.
+       More information on the PS.NET project can be found <a
+       href="http://www.zope.org/Members/Brian/PythonNet/index_html">here</a>.
+       An FAQ document is available <a
+       href="http://www.zope.org/Members/Brian/PythonNet/FAQ.html">here</a>.
+
 * Missing languages
 
        Here is a list of a few languages that we would like to see