dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Java Usage


From: Boris Kolar
Subject: Re: [DotGNU]Java Usage
Date: Fri, 12 Jul 2002 14:26:08 +0200

> Translation of the java to c#?

Doesn't make much sense. C# is sufficently different to make automatic 
translation rather painful.

> Translation of the Class to IL, and then from IL to C#?

Translation Class -> IL: YES. IL -> C#: NO. It doesn't make sense to translate 
IL to C#. In fact, C# translates to IL.

> Just using the IL as is? 

I don't really know what you mean by that. 

Here's what must be done to achieve full interoperability:
Java -> Class (already done by Sun)
C# -> IL (part of DotGNU - partly done)
Class -> IL (to do)
IL -> Class (to do)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]