Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解 F# 并想知道“The Little ML'er”一书是否会有所帮助,因为 F# 是基于 OCaml 的,OCaml 是 ML 的衍生产品。或者,ML 是否与 F# 差别太大而无济于事?
谢谢。
如果您在不输入示例的情况下阅读它,它将使您熟悉核心概念。但是 F# 借用的 OCaml 语法有很大不同,以至于如果没有(微不足道的)更改,一半的示例将无法工作。
这就是说,在我的记忆中,“The little MLer”是非常基础的,而且更针对根本不懂编程语言的人。