Slide 32
Slide 32 text
●
Haskell:
– Functionally pure programming language.
– No exceptions and no mutable state (at least the way we are
used to)
– Extremely powerful type system with parametric types, type
class, algebraic data types and type inference.
– Offers the full pack of FP crazyness: Monads, Monoids,
Functors, Applicatives, Foldables are common language for
Haskell programmers.
– Much more close to Math, simplifying the way we represent
abstract and symbolic constructs.