codex/site-src/haskell.wtn

7 lines
266 B
Plaintext

* Haskell
Haskell is a purely functional, lazy, strongly and statically typed, general
purpose programming language based on the typed {lambda-calculus}. It famously
uses monads to express I/O interactions. Many of its strengths come from its
powerful type system.