Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 798 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 798 Bytes

Reference guide to programming with Haskell ~ MITCHΞLL

This Haskell by example guide was referenced and built from "Haskell from the Very Beginning by John Whitington"

In Haskell from the Very Beginning John Whitington takes a no-prerequisites approach to teaching the basics of a modern general-purpose programming language. Each small, self-contained chapter introduces a new topic, building until the reader can write quite substantial programs. There are plenty of questions and, crucially, worked answers and hints.

Haskell from the Very Beginning will appeal both to new programmers, and to experienced programmers eager to explore functional languages such as Haskell. It is suitable both for formal use within an undergraduate or graduate curriculum, and for the interested amateur.