What’s the easiest way to build an F# compiler that runs on the JVM and generates Java bytecode?

Another option that should probably be considered is to convert the .NET CLR byte code into JVM byte-code like http://www.ikvm.net does with JVM > CLR byte codes. Although this approach has been considered and dismissed by the fjord owner. Getting buy-in from the top with option 1) and have the F# compiler team have pluggable … Read more