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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Announcing the F# 3.1 Compiler/Library Code Drop

87 点作者 stevecooperorg超过 11 年前

5 条评论

CraigJPerry超过 11 年前
On Linux making a standalone binary is surprisingly easy:<p><pre><code> $ fsharpc file.fs # can run the generated file.exe via mono at this point $ mkbundle --static file.exe -o file </code></pre> Now .&#x2F;file is a statically compiled binary. Easy deployment.
评论 #6843466 未加载
评论 #6842108 未加载
评论 #6842161 未加载
评论 #6842140 未加载
tikhonj超过 11 年前
I rather like the idea of &quot;functional first&quot; as a paradigm. It underscores the crucial fact that all the common functional languages (even Haskell) are multiparadigm; they just default to functional programming instead of defaulting to imperative programming the way other &quot;multiparadigm&quot;languages do.
profquail超过 11 年前
* Mac OS X: F# ships as part of the Mono distribution.<p>* Linux: <a href="http://fsharp.org/use/linux/" rel="nofollow">http:&#x2F;&#x2F;fsharp.org&#x2F;use&#x2F;linux&#x2F;</a><p>* FreeBSD: <a href="http://fsharp.org/use/freebsd/" rel="nofollow">http:&#x2F;&#x2F;fsharp.org&#x2F;use&#x2F;freebsd&#x2F;</a>
gaze超过 11 年前
Grrr. Why won&#x27;t Microsoft open the CLR? It&#x27;s so fast and has such amazing codegen! I don&#x27;t want performance to degrade moving from Windows to some platform that requires I run mono!
评论 #6842488 未加载
评论 #6844521 未加载
评论 #6846043 未加载
jzelinskie超过 11 年前
I watched a video the other night of a demo of F# and was pretty impressed with some of the dev tools: especially IntelliSense on APIs and being able to provide an example URL to generate classes for incoming JSON.