What is the difference between J# and C#
I have been reading around about people using J#.
But my question is: What is the difference between J# and C#?
OK, my understanding of J# is like C# but in J开发者_开发技巧ava. Am I correct in that? Was J# before C#?
I hope someone can help me understand this better.
C#
is MS's ECMA standard langauge that borrows heavily from C/C++/Java
(and a couple of concepts from Delphi).
J#
is essentially a version of J++
for the .NET platform. It accepts the Java-esque language that J++
did but produces .NET code rather than Java
bytecodes.
J# is the updated version of j++, I think, which was MSs implementation of Java.
J# was an implementation of the Java language on the .NET framework. It has since been discontinued with no further developments or plans for development.
精彩评论