Logo

Real World Haskell by B. O'Sullivan, J. Goerzen, D. Stewart

Large book cover: Real World Haskell

Real World Haskell
by

Publisher: O'Reilly Media, Inc.
ISBN/ASIN: 0596514980
ISBN-13: 9780596514983
Number of pages: 710

Description:
Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter. With this book, you will: Understand the differences between procedural and functional programming; Learn the features of Haskell, and how to use it to develop useful programs; Interact with filesystems, databases, and network services; Write solid code with automated tests, code coverage, and error handling; Harness the power of multicore systems via concurrent and parallel programming.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Learn Haskell Fast and HardLearn Haskell Fast and Hard
by - yannesposito.com
A very short and dense tutorial for learning Haskell. This text will certainly be hard to follow. This is on purpose. There is no shortcut to learning Haskell. It is hard and challenging. It is because it is hard that Haskell is interesting.
(7739 views)
Book cover: Learn You a Haskell for Great Good!Learn You a Haskell for Great Good!
by - LearnYouaHaskell.com
This is an attempt at adding another useful resource for learning Haskell. This tutorial is aimed at people who have experience in imperative programming languages (C, C++, Java, Python) but haven't programmed in a functional language before.
(17068 views)
Book cover: Yet Another Haskell TutorialYet Another Haskell Tutorial
by - University of Maryland
The goal of the 'Yet Another Haskell Tutorial' is to provide a complete introduction to the Haskell programming language. It assumes no knowledge of the Haskell language or familiarity with functional programming in general ...
(6287 views)
Book cover: Natural Language Processing for the Working ProgrammerNatural Language Processing for the Working Programmer
by
We will go into many of the techniques that so-called computational linguists use to analyze the structure of human language, and transform it into a form that computers work with. We chose Haskell as the main programming language for this book.
(16373 views)