Y
Hacker News
new
|
ask
|
show
|
jobs
by
fleitz
5381 days ago
It's a lot of syntactic sugar for one very specific type of monad. Why not just patch the language to allow easy interoperation with any monad?
For example, F#'s let! binding works with any monad not just async.
1 comments
DanWaterworth
5381 days ago
I'm not sure monads work so well in languages without type-checking. That's certainly my experience.
link