DEV Community

Around IT In 256 Seconds

#60: Haskell: purely functional and statically typed programming language

Haskell is a purely-functional programming language. It is also statically and strongly typed. Haskell takes these characteristics to the extreme. For example, doing any input/output is considered impure from a functional programming point of view. So in some books, a simple “Hello, world” example appears as late as in chapter… 9.

Read more: https://nurkiewicz.com/60

Get the new episode straight to your mailbox: https://nurkiewicz.com/newsletter

Episode source