The best programming languages - 0 views
-
Haskell is not a programmable programming language (unless you look at extensions like template Haskell) but there are enough abstractions in Haskell to easily build domain specific languages with it.
-
But, the idea of time, the idea of sequencing can be built upon a purely functional system and we are led to monads
-
Monad are the recognition that the idea of sequencing operations can be formalized in a purely functional language.
- ...2 more annotations...