I have been using Java and .NET since many years, and I see many JVM and CLR implementations; many operating systems, many vendors, etc., but I ask here if anyone knows about implementing the CLR on the JVM or JVM on the CLR.
If such a bridge could be made, it should make the game more effective while working!
I know that there are several differences and much in common between the CLR and the JVM, but there are cross-compilers between two runitimes such as XMLVM, and perhaps this functionality can be provided at runtime ...
Is it possible? If not the main technical obstacles?
source share