分页: 1 / 1
怎么正确写concurrency
发表于 : 2022年 11月 26日 19:48
由 huangchong
Re: 怎么正确写concurrency
发表于 : 2022年 11月 26日 19:51
由 (ヅ)
tl;dr?
Re: 怎么正确写concurrency
发表于 : 2022年 11月 26日 19:53
由 (ヅ)
Re: 怎么正确写concurrency
发表于 : 2022年 11月 26日 19:57
由 wildthing
Rediscover things that have been done in Haskell before is what Scala people likes to do.
Without do notation, using monad is just awkward as hell. Try having 10 layers of bind calls.
Also, monad is not panacea. You can't stack several of them without getting very tricky very fast.