X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Flanguages;h=1d76ada4cdc3670f9dad81af1ee965307f43441b;hb=c87aeff165f14b45b08a8490619403841ce115a7;hp=ffb9f7dd0645a0246c176e76bef4e3e86761a421;hpb=dc126d7e0693c2dc4d8f0ded709e60f08548e17e;p=mono.git diff --git a/web/languages b/web/languages index ffb9f7dd064..1d76ada4cdc 100755 --- a/web/languages +++ b/web/languages @@ -9,6 +9,9 @@ * Oberon * Forth * Mono Basic (Mono's VB.NET compiler) + * dotLisp + * Nemerle + * Python Languages which are known to run, but we have not done a @@ -26,21 +29,27 @@ * C - Some experimental languages: + Some experimental bindings: - + ** Java - There is a very interesting project to make a JavaVM for .NET - here. + Java is supported through the IKVM virtual machine. + + Zoltan worked with Jeroen to get IKVM to work with Mono. - Zoltan has got IKVM to work with Mono. + +* Nemerle + Nemerle is a new hybrid (functional, object-oriented and + imperative) programming language for the .NET platform. It is + available from http://www.nemerle.org. + ** PHP @@ -77,24 +86,20 @@ Examples: http://www.oberon.ethz.ch/oberon.net/examples/ - - http://www.superin.formativ.net/mono/oberon/oberon.zip - ** Component Pascal The Component Pascal compiler: Home + href="http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpnet.html">Home Page, you can + href="http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpdownload.html"> download it ** Delta Forth - The Delta Forth.NET project: Home - Page and more + The Delta Forth.NET project: Home + Page and more details here. @@ -104,36 +109,33 @@ A subset of Scheme language called Tachy - + ** Python Brian Lloyd is working on linking the Python runtime with the .NET runtime. More information on the PS.NET project can be found here. - An FAQ document is available here. + href="http://www.zope.org/Members/Brian/PythonNet">here. -* Missing languages + +** 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: http://sourceforge.net/projects/dotlisp/ * Java Script - The Mozilla project has an implementation of JavaScript - written in Java called Rhino. + 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: * C @@ -149,9 +151,12 @@ LCC is not an open source compiler, but it is free as long as you do not profit from selling it. - -* Java + +* ADA + + A# is an ADA compiler for the CIL platform, it can be downloaded from: + http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html - We have a separate page for Java.