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>2003-07-15 06:33:12 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-07-15 06:33:12 +0400
commit809ac92f1d3b12b9be063f7dc2db968181da3fcc (patch)
treeb3a1d28dd8129c4c1b4c294e9246b052f987c6a8 /web/languages
parent35b59a67eadbd0fed9fd51012a5a082eeb02a1db (diff)
various updates
svn path=/trunk/mono/; revision=16246
Diffstat (limited to 'web/languages')
-rwxr-xr-xweb/languages30
1 files changed, 17 insertions, 13 deletions
diff --git a/web/languages b/web/languages
index ffb9f7dd064..da91eb52982 100755
--- a/web/languages
+++ b/web/languages
@@ -9,6 +9,7 @@
* <a href="#Oberon">Oberon</a>
* <a href="#Forth">Forth</a>
* <a href="#mbas">Mono Basic</a> (Mono's VB.NET compiler)
+ * <a href="#dotlist">dotLisp</a>
</ul>
Languages which are known to run, but we have not done a
@@ -114,26 +115,25 @@
An FAQ document is available <a
href="http://www.zope.org/Members/Brian/PythonNet/FAQ.html">here</a>.
-* Missing languages
+<a name="dotlisp">
+** dotLisp
- Here is a list of a few languages that we would like to see
- supported. We will try to maintain a set of links here with
- technical information for those interested in porting,
- implementing or adapting a compiler for any of these
- languages:
+ DotLisp is available from: <a
+ href="http://sourceforge.net/projects/dotlisp/">http://sourceforge.net/projects/dotlisp/</a>
<a name="JavaScript">
* Java Script
- The Mozilla project has an implementation of JavaScript
- written in Java called <a
- href="http://www.mozilla.org/rhino/">Rhino</a>.
+ Cesar is working on Mono's implementation of JScript, the code
+ is available on CVS on module `mcs'.
- You could port this code from Java to C#.
+* Missing languages
- Note that since JavaScript allows for evaluation at runtime,
- the compiler has to be built as a class that can be invoked at
- runtime.
+ Here is a list of a few languages that we would like to see
+ supported. We will try to maintain a set of links here with
+ technical information for those interested in porting,
+ implementing or adapting a compiler for any of these
+ languages:
<a name="c">
* C
@@ -152,6 +152,10 @@
<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.