Coding

Online Programming Books – A List of Haskell Books

We had shared on DesignZum some of the best online programming books for our readers. Today we are going to presents one of the most advanced purely functional programming language. In Haskell, “a function is a first-class citizen” of the programming language.

Haskell features lazy evaluation, pattern matching, list comprehension, type classes, and type polymorphism. It is a purely functional language, which means that in general, functions in Haskell do not have side effects. There is a distinct construct for representing side effects, orthogonal to the type of functions. A pure function may return a side effect which is subsequently executed, modeling the impure functions of other languages.

Please visit these online books and tutorials for haskell. Share your thought with us below. Thanks

 

1) A Gentle Introduction To Haskell

 

best haskell programming books

haskell-online-programming-books

2) Beautiful Code, Compelling Evidence

best-haskell-online-programming-books

3) Anatomy of Programming Languages

 

anatomy-programming-book

4) The Haskell School of Music

 

best online hakell book - haskell for music

5) Functional systems in Haskell

 

best online haskell book - functional-system-haskell

6) Parallel and Concurrent Programming in Haskell

 

best online haskell book - programming-haskell

7) Developing web applications with Haskell and Yesod

 

developing-in-haskell

8) Exploring Generic Haskell

 

generic-haskell

9) learn you a haskell for great good

 

learn-haskell

10) Haskell No picnic

 

haskell-no-picnic

11) WikiBook Haskell 

 

wikibook-haskell

12) The Haskell Road to Logic, Math and Programming

 

haskell-math-logic

13) Speeding Through Haskell

 

spreadding-haskell

14) Learn Haskell Fast and Hard

 

learn-haskell-fast

15) haskell Web Programming 

 

Screen shot 2014-03-21 at 5.02.18 PM

16) Yet Another Haskell Tutorial 

 

Screen shot 2014-03-21 at 5.05.22 PM

17) Real World Haskell

real-world-haskell

Popular Posts


To Top