Link Details

Link 141747 thumbnail
User 252611 avatar

By Thierry.Lefort
via infoq.com
Published: Dec 16 2008 / 02:47

Ja.NET is a port of Java 1.5 SE to the .NET platform. The compiler is based on the Eclipse JDT, which has been modified to generate IL as well as Java Byte Code. Java traditionally compiles each class into a separate file, but this creates an unacceptable overhead for .NET. To address this, a tool based on Cecil is used to create larger assemblies much in the same way Jar files are created for Java.
  • 18
  • 1
  • 1325
  • 455

Comments

Add your comment
User 281050 avatar

cbang replied ago:

1 votes Vote down Vote up Reply

Why isn't anybody writing a C# compiler for the JVM instead? We have several Java implementations running on the CLR already.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.