Is Gosu C # for the JVM?

What I'm going from , Gosu is just C # for the JVM (which is good). It's true? What is the difference between Gosu and C # (except for the class library and the fact that it works on the JVM)?

+5
source share
2 answers

No. If you look at the “noticeable differences” page (the differences between Java and Gosu), you will see many things that are similar to C #, but also things that are not in C #, such as case insensitivity and the impossibility of half-columns, There are also things that are definitely not mentioned, but which are part of C #:

  • Custom Value Types
  • Operator Overload
  • LINQ
  • Dynamic typing if required

, Gosu "# JVM", "JVM-, Java, # ".

+7

, JVM. , JVM. , , , - . , Java, #, EcmaScript, Ruby . , , , JVM.

Gosu, , .

Gosu . Gosu IType. , Gosu - , . , DST (Domain Specific Type), . , Gosu Gosu Java XML , ; Gosu. DynamicType , , . , , # " , " . Ronin, , - Gosu.

, -. , Java. , MethodInfo PropertyInfo, . , TypeInfo, . IType.getTypeInfo(). , TypeInfo, MethodInfo .. . , - Java, MethodInfos PropertyInfos .

+19

All Articles