Fjord – F# programming language for the JVM
1–10 of 62 posts
Re: Fjord – F# programming language for the JVM
#2Re: Fjord – F# programming language for the JVM
#3Re: Fjord – F# programming language for the JVM
#4Very pleased to see this. F# is a really exciting language, hamstrung by being tied to the MS platform. Hoping we'll see more opensource F# projects as a result.
Re: Fjord – F# programming language for the JVM
#5How does mono's F# coverage compare to this?
This port is in very early stages, and only has the start of a lexer as far as I can see.
Re: Fjord – F# programming language for the JVM
#6Very pleased to see this. F# is a really exciting language, hamstrung by being tied to the MS platform. Hoping we'll see more opensource F# projects as a result.
F# has an open-source compiler and runs well on non-microsoft platforms using Mono. How is it tied to the MS platform?
http://www.mono-project.com/Guidelines:Application_Portabili...
Re: Fjord – F# programming language for the JVM
#7Earlier quoted context omitted.
F# has an open-source compiler and runs well on non-microsoft platforms using Mono. How is it tied to the MS platform?
Some examples of why .NET is a Windows technology: http://www.mono-project.com/Guidelines:Application_Portabili...
Most code containing P/Invoke calls into native Windows Libraries (as opposed to P/Invokes done to your own C libraries) will need to be adapted to the equivalent call in Linux, or the code will have to be refactored to use a different call. Registry you should not assume the order of bytes ... the list goes on.
Re: Fjord – F# programming language for the JVM
#8Re: Fjord – F# programming language for the JVM
#9It doesn't say anything about the ability of the owner to port F# to the JVM, but just know that it is just a readme, three almost empty java classes, and the beginning of an ANTLR parser.
So to answer other questions here, you can't even compare it to F# on Mono. F# on Mono works perfectly. The F# compiler and runtime is huge, and getting to parity will probably take at least a year to a very dedicated team.
Re: Fjord – F# programming language for the JVM
#10Has 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/