Monday, October 12, 2015

haskell 真是逆天, 各种特殊符号都有特殊用途

http://www.mitbbs.com/article_t/Programming/31445563.html

发信人: taar (taar), 信区: Programming
标  题: haskell 真是逆天, 各种特殊符号都有特殊用途
发信站: BBS 未名空间站 (Mon Oct 12 01:51:13 2015, 美东)

haskell 真是逆天, 各种特殊符号都有特殊用途


抛开applicative functor, monad 这些先不说

. func composition
$ func application
` func name in middle
还有最基本的
::
->
=>

还有默认的 right-associative.

导致的结果就是: 写代码不容易,读代码更难。

保守的不看好这个语言,虽然很多牛逼概念和实现。

No comments:

Post a Comment