Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Has anyone tried running the F# through IKVM[1] (.Net <-> java)? That wouldn't solve this, but it should be possible to run F# on a JavaVM.

[1] http://weblog.ikvm.net/



Not quite the same, but you may be interested in the IKVM type provider prototype[1], which allows you to write F# scripts directly against JAR files (using IKVM in the implementation).

[1] http://colinbul.wordpress.com/2013/02/28/f-ikvm-type-provide...


IKVM runs JVM code on .NET, not the other way around.


That may not be a practically relevant difference. Why would you want to run F# on the JVM? To interface with JVM code. IKVM lets you do that already.

I've rolled out multiple .NET programs that contain Java open source libraries through IKVM. It works just fine, and the amount of extra work you need to do to make the JVM->.NET mapping work is remarkably little.


Or perhaps you'd wish to run F# on the JVM because you like the language, but don't wish to depend on .NET (or Mono).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: