hauntedhost / programming-in-haskell

Programming in Haskell (2nd ed) by Graham Hutton

Home Page:https://www.amazon.com/gp/product/1316626229

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming in Haskell by Graham Hutton

Functional programming can be viewed as a style of programming in which the basic method of computation is the application of functions to arguments. A functional programming language is one that supports and encourages the functional style.

Programming languages in which the basic method of computation is changing of stored values are called imperative languages, because programs in such languages are constructed from imperative instructions.

book cover

Personal code while reading Programming in Haskell.


Sean Omlor

About

Programming in Haskell (2nd ed) by Graham Hutton

https://www.amazon.com/gp/product/1316626229


Languages

Language:Haskell 100.0%