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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What’s New in F# 6

47 点作者 paavohtl超过 3 年前

3 条评论

sbelskie超过 3 年前
Really happy to see the task improvements. Simpler and more performant. Can’t beat that when improving interop with .NET.
xupybd超过 3 年前
I'm seriously loving F#. It's a steep learning curve from an OO background but it just feels more ergonomic to use.
waynesonfire超过 3 年前
look at this garbage syntax,<p><pre><code> let readFilesTask (path1, path2) = async { let! bytes1 = File.ReadAllBytesAsync(path1) |&gt; Async.AwaitTask let! bytes2 = File.ReadAllBytesAsync(path2) |&gt; Async.AwaitTask return Array.append bytes1 bytes2 } |&gt; Async.StartAsTask </code></pre> async await.. so ugly. I have a heard time getting excited at this &quot;state of the art&quot; when parallel processing in Erlang is so ubiquitous and native.
评论 #28967453 未加载
评论 #28925505 未加载