classpath
[Top][All Lists]
Advanced

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

Re: <classpath>porting classpath to c# to get java <--> c#


From: Bryce McKinlay
Subject: Re: <classpath>porting classpath to c# to get java <--> c#
Date: Fri, 23 Nov 2001 16:37:43 +1300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012

Per Arneng wrote:

Since the java api is one of the greatest api's that evere seen the light. I thought it would be cool to port classpath to c# to make it easier to port software java <---> c# this would also reuse most of the efforts in classpath in to the DotGnu project and the mono project. Are there any porting projects of this kind? If there are i would like to participate. The reason is: c# language is very good but the .NET API is't allways that good. and whats with the capital letter in method names. Console.WriteLine. Its not very nice i really like the java coding conventions and if it was possible to combine the strength of the c# language with the java API it would be a winning combination.

What you really want to do is compile the classpath source code into the .NET bytecode such that it shares a common runtime object model with your c# code, not port the classpath source code to c#.

regards

Bryce.





reply via email to

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