|
|
|
|
|
by nightski
3944 days ago
|
|
It is possible to implement monad-like behavior in javascript. But javascript does not have a type system to model them in. Haskell is great because it's type system is rich enough to represent these concepts and not only that but enforce their usage (to a degree). Unfortunately this is like a drug, once you get a good dose of Haskell it's easy to crave an even richer type system with dependent types. |
|