Why doesn't Sun do a C# to Java byte code compiler?

后端 未结 18 1902
清酒与你
清酒与你 2021-02-01 01:20

We Want to Run Our C# Code on the JVM

My company has a large C# code base. Well over half of this code is our core engine for creating, reading, modifying, calculating

18条回答
  •  遇见更好的自我
    2021-02-01 02:11

    Have fun.

    1. Must break checked exceptions.
    2. Must find a way to implement delegates (which are like single-method interfaces added no earlier than load time).

提交回复
热议问题