TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fjord – F# programming language for the JVM

69 pointsby agurhaabout 12 years ago

8 comments

Raphael_Amiardabout 12 years ago
To save anyone the trouble, this project is totally empty yet.<p>It 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.<p>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.
评论 #5465278 未加载
lmmabout 12 years ago
Very 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.
评论 #5465046 未加载
评论 #5465495 未加载
jon_smarkabout 12 years ago
Since F# was derived from OCaml, I think readers may also be interested in taking a look at the OCaml-Java project: <a href="http://ocamljava.x9c.fr/" rel="nofollow">http://ocamljava.x9c.fr/</a><p>(It's essentially what it says in the tin...)
评论 #5465223 未加载
jstclairabout 12 years ago
Has anyone tried running the F# through IKVM[1] (.Net &#60;-&#62; java)? That wouldn't solve this, but it should be possible to run F# on a JavaVM.<p>[1] <a href="http://weblog.ikvm.net/" rel="nofollow">http://weblog.ikvm.net/</a>
评论 #5465630 未加载
评论 #5465128 未加载
lysiumabout 12 years ago
How is this supposed to work given the JVM does not support tail calls?
评论 #5465969 未加载
评论 #5465207 未加载
评论 #5466133 未加载
nigglerabout 12 years ago
How does mono's F# coverage compare to this?
评论 #5465052 未加载
jackfoxyabout 12 years ago
There is a good technical thread started on stackoverflow <a href="http://stackoverflow.com/questions/15731724/whats-the-easiest-way-to-build-an-f-compiler-than-runs-on-the-jvm-and-generate" rel="nofollow">http://stackoverflow.com/questions/15731724/whats-the-easies...</a>
kawas44about 12 years ago
F# &#60;- Ocaml &#60;- ML language<p>Have a look at Yeti ? <a href="http://mth.github.com/yeti/" rel="nofollow">http://mth.github.com/yeti/</a>