Haskell: Intro
This
semester we must study
Haskell.
It's a functional language.
This means that you have to use in Haskell a lot of
functions to program.
It also has got pattern matching,
lazy evaluation,
monads and so on
as features.
At present I read the tutorial
Haskell Tutorial for C Programmers
. Hopefully I'll understand this
paradigm at some time.
It's a nice language nevertheless to do something absolutely different to C or C++ or the whole procedural programming languages.