TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fjord – F# programming language for the JVM

69 点作者 agurha大约 12 年前

8 条评论

Raphael_Amiard大约 12 年前
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 未加载
lmm大约 12 年前
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_smark大约 12 年前
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 未加载
jstclair大约 12 年前
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 未加载
lysium大约 12 年前
How is this supposed to work given the JVM does not support tail calls?
评论 #5465969 未加载
评论 #5465207 未加载
评论 #5466133 未加载
niggler大约 12 年前
How does mono's F# coverage compare to this?
评论 #5465052 未加载
jackfoxy大约 12 年前
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>
kawas44大约 12 年前
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>