Haskell.
Haskell is a purely functional, lazily evaluated, statically typed language. Here I collect typical concepts and pitfalls.
Quick example
To get started, here is a short "Hello World" example:
Haskell is a purely functional, lazily evaluated, statically typed language. Here I collect typical concepts and pitfalls.
To get started, here is a short "Hello World" example: