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. _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath