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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What ML dialect do you recommend for someone to start with?

9 点作者 cartesius13将近 3 年前
Ocaml, Standard ML, F# or maybe some lesser known one? Right now I&#x27;m mainly using Go because of its simplicity, rich ecosystem (many libs), great docs, great tooling etc.<p>Which ML is good in all these points?

2 条评论

PaulHoule将近 3 年前
I like OCaml and I like F#. The choice between them is really &quot;do you like .NET?&quot;<p>As a Java programmer I&#x27;ve been amused at how ideas have diffused slowly from ML to Java such as the hotspot compiler &amp; generational runtime (Sun hired somebody who did an academic project for a high-performance ML-famly runtime) as well as pattern matching, sealed classes, records, etc.
评论 #31879138 未加载
ironmagma将近 3 年前
I don’t know, but I find the book “Purely Functional Data Structures” presents code using Standard ML in a way that is completely elegant and beautiful. I haven’t coded much ML myself, but the way it’s presented in the book is some of the cleanest code I’ve ever gazed upon.