
Speeding Through Haskell
by Mihai-Radu Popescu
Publisher: sthaskell.com 2013
Number of pages: 87
Description:
Haskell is a lot more mathematically rigorous than other programming languages, which means that programs can be proven to be correct. This is a book that will show you around the Haskell programming language. If you're not already familiar (or too familiar) with programming in another language, you might need to put in extra work.
Download or read it online for free here:
Download link
(1MB, PDF)
Similar books
Haskell: Functional Programming with Typesby Joeri van Eekelen, et al. - Wikibooks
This book introduces both the Haskell language, from the very basics to its most advanced features, and computer programming in general. The book is divided into three sections: the Beginner's Track, the Advanced Track, and Practical Haskell.
(22083 views)
Parallel and Concurrent Programming in Haskellby Simon Marlow
This tutorial will introduce the main programming models available for concurrent and parallel programming in Haskell. The text should serve as an introduction to the fundamental concepts through the use of practical examples.
(12858 views)
Developing Web Applications with Haskell and Yesodby Michael Snoyman - O'Reilly Media
This fast-moving guide introduces web application development with Haskell and Yesod, a combination that supports high-performing applications. You will explore the way Yesod handles widgets, forms, persistence, and RESTful content.
(15018 views)
Beautiful Code, Compelling Evidenceby J.R. Heard - Renaissance Computing Institute
The book discusses why functional programming, and more specifically Haskell, is good for graphics and also runs through some of the basic tools that exist. Written for a programmer interested in visualization and functional programming.
(8092 views)