| Article: |
Miguel de Icaza Explains How to "Get" Mono | |
| Subject: | Other language support? | |
| Date: | 2005-03-21 18:14:05 | |
| From: | timharig | |
|
One of the great promises of .net/mono was that it was going to be available to many different languages. This is somewhat true for the Windows platform where the developement languages are limited anyway but seems like C# is the only real option. Perl, Python, C, and C++ are the most prevelant languages to unix communities but I have not seen any real implimentations or even the planning for them to come out of mono. I think even Windows has a Perl.net somewhere?
|
||
Showing messages 1 through 4 of 4.
-
Other language support?
2005-03-23 14:18:33 riffraff [Reply | View]
I think the theorical support for multiple languages on top of the clr has not been very exploited till now.
See http://www.panopticoncentral.net/archive/2005/03/21/8041.aspx
for a nice view of how VB was changed to fit the CLR specification.
It seem to me that the usual joke "you can run every language on the clr, as long as it is C#" has a great part of truth.
-
Other language support?
2005-03-23 08:05:48 ______________________ [Reply | View]
See http://boo.codehaus.org/
It has a very simple python-like syntax, but has the functionality that languages like C# and ruby have, such as closures, interfaces, optional type declarations, type inference, duck typing, etc. Since it is statically typed it is as fast as C# code.




http://boo.codehaus.org/
It's rather Pythonesque, and the compiler is also extensible.