languages 4.6 KB

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