Use TypeManager.GetInterfaces().
[mono.git] / web / languages
1 * Compilers for other languages
2
3         Here are some other free compilers for other languages that
4         target .NET and should work with Mono with no problem:
5
6         <ul>
7                 * <a href="#ComponentPascal">Component Pascal</a>
8                 * <a href="#MonoLogo">MonoLogo</a>
9                 * <a href="#Oberon">Oberon</a>
10                 * <a href="#Forth">Forth</a>
11                 * <a href="#mbas">Mono Basic</a> (Mono's VB.NET compiler)
12                 * <a href="#dotlist">dotLisp</a>
13         </ul>
14
15         Languages which are known to run, but we have not done a
16         complete ran of all their regression tests to validate it:
17
18         <ul>
19                 * Kylix.NET.
20         </ul>
21
22         Languages we would like to have supported, with links to resources:
23
24         <ul>
25                 * <a href="#JavaScript">Java Script</a>
26                 * <a href="#java.html">Java</a>
27                 * <a href="#c">C</a>
28         </ul>
29
30         Some experimental languages:
31
32         <ul>
33                 * <a href="#Tachy">Tachy</a> (scheme-like)
34                 * <a href="#python">Python</a>
35         </ul>
36
37 <a name="Java"></a>
38 ** Java
39
40         There is a very interesting project to make a JavaVM for .NET
41         <a href="http://radio.weblogs.com/0109845/">here</a>.
42
43         Zoltan has got IKVM to work with Mono.
44
45 <a name="PHP">
46 ** PHP
47
48         Sterling has code to allow PHP developers to use Mono code, in
49         his <a href="http://www.php.net/~sterling/mono/">site</a>
50
51 <a name="MonoLogo">
52 ** MonoLogo
53
54         An implementation of Logo for Mono (and .NET)
55
56         The <A href="http://monologo.sf.net">Mono Logo</a> compiler is
57         hosted in the <a href="ccvs.html">Mono CVS</a> repository
58         and also available on the <a href="anoncvs.html">AnonCVS</a> mirrors.
59
60 <a name="mbas">
61 ** Mono Basic (Mono's VB.NET compiler)
62
63         Work has resumed on the Mono Visual Basic compiler (currently
64         called mbas).  It is part of the standard Mono distribution,
65         but its still an early compiler.
66
67 <a name="Oberon">
68 ** Oberon
69
70         This Oberon compiler is written in Oberon.NET (another self
71         hosting compiler).
72
73         The main site <a href="http://www.oberon.ethz.ch/oberon.net/">http://www.oberon.ethz.ch/oberon.net/</a>
74
75         Download:
76         <a href="http://www.oberon.ethz.ch/oberon.net/download/">http://www.oberon.ethz.ch/oberon.net/download/</a>
77
78         Examples:
79         <a href="http://www.oberon.ethz.ch/oberon.net/examples/">http://www.oberon.ethz.ch/oberon.net/examples/</a>
80
81 <a name="ComponentPascal">
82 ** Component Pascal
83
84         The Component Pascal compiler: <a
85         href="http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpnet.html">Home
86         Page</a>, you can <a
87         href="http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpdownload.html">
88         download it</a>
89         
90 <a name="Forth">
91 ** Delta Forth
92
93          The Delta Forth.NET project: <a href="http://www.dataman.ro/dforth">Home
94          Page</a> and <a href="http://www.dataman.ro/dforth">more
95          details here</a>.
96          
97
98 <a name="Tachy">
99 ** Tachy
100
101         A subset of Scheme language called <a
102         href="http://radio.weblogs.com/0101156/stories/2002/03/19/tachy.html">Tachy</a>
103
104 <a name="Python"></a>
105 ** Python
106
107         <a href="mailto:brian@No.Spam.zope.com">Brian Lloyd</a> is
108         working on linking the Python runtime with the .NET runtime.
109         More information on the PS.NET project can be found <a
110         href="http://www.zope.org/Members/Brian/PythonNet">here</a>.
111
112 <a name="dotlisp"></a>
113 ** dotLisp
114
115         DotLisp is available from: <a
116         href="http://sourceforge.net/projects/dotlisp/">http://sourceforge.net/projects/dotlisp/</a>
117
118 <a name="JavaScript">
119 * Java Script
120
121         Cesar is working on Mono's implementation of JScript, the code
122         is available on CVS on module `mcs'.
123
124 * Missing languages
125
126         Here is a list of a few languages that we would like to see
127         supported.  We will try to maintain a set of links here with 
128         technical information for those interested in porting,
129         implementing or adapting a compiler for any of these
130         languages:
131
132 <a name="c">
133 * C
134
135         Ideally GCC could be modified to generate CIL, but it is a 
136         big task.  That would give us various compilers in one pass.
137
138         <a href="http://www.cs.princeton.edu/software/lcc">LCC</a> 4.2
139         has been recently released.  This release adds support for compiling
140         ANSI C programs to CIL.  Note that the CIL support only works on Win32
141         right now, but should be easy to convert to Mono/other architectures.
142
143         LCC is not an open source compiler, but it is free as long as you
144         do not profit from selling it. 
145
146 <a name="ada"></a>
147 * ADA
148
149         A# is an ADA compiler for the CIL platform, it can be downloaded from:
150         <a
151         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>
152
153 <a name="Java">
154 * Java
155
156         Java bytecode can run directly on Mono using the <a
157         href="http://www.ikvm.net">IKVM</a> java virtual machine for
158         .NET.
159
160         We have a <a href="java.html">separate page</a> for Java.
161
162