haskell/magic-haskell/ #3
Replies: 1 comment
-
我觉得现在大多数方面都有比 Haskell 表现更好的语言。我个人认为 Haskell 的特色在于出色的可扩展性,Haskell 有一大堆奇妙的可选语言特性,但受个人见识所限我还没有找到任何可选语言特性的应用空间。你这篇博客前面介绍的 Functor 到 Monad 都是基础的函数式编程内容,在 Rust 也能用上。后面介绍的 Concurrency 更是 Rust 的专长,原版的 Haskell 没有 Rust 这样的 Affine Type(也就是所有权),在并行场景处理数据共享相对吃力。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
haskell/magic-haskell/
the journal of learning haskell
https://blog.kingfiox.work/haskell/magic-haskell/
Beta Was this translation helpful? Give feedback.
All reactions