Book description
Turn the corner from “Haskell student” to “Haskell developer.” Haskell in Depth explores the important language features and programming skills you’ll need to build production-quality software using Haskell. And along the way, you’ll pick up some interesting insights into why Haskell looks and works the way it does. Get ready to go deep!About the Technology
Software for high-precision tasks like financial transactions, defense systems, and scientific research must be absolutely, provably correct. As a purely functional programming language, Haskell enforces a mathematically rigorous approach that can lead to concise, efficient, and bug-free code. To write such code you’ll need deep understanding. You can get it from this book!
About the Book
Haskell in Depth unlocks a new level of skill with this challenging language. Going beyond the basics of syntax and structure, this book opens up critical topics like advanced types, concurrency, and data processing. You’ll discover key parts of the Haskell ecosystem and master core design patterns that will transform how you write software.
What's Inside
- Building applications, web services, and networking apps
- Using sophisticated libraries like lens, singletons, and servant
- Organizing projects with Cabal and Stack
- Error-handling and testing
- Pure parallelism for multicore processors
About the Reader
For developers familiar with Haskell basics.
About the Author
Vitaly Bragilevsky has been teaching Haskell and functional programming since 2008. He is a member of the GHC Steering Committee.
Quotes
A clearly written guide. It’ll take your Haskell skills beyond the ‘getting started’ level.
- Phillip Sorensen, Cornell University
Packed full of practical knowledge to level up your design skills.
- Jose Luis Garcia, Nielsen
A practical book for real-world Haskell programs. It expands your Haskell knowledge to new frontiers.
- David Paccoud, Bioclinica
One of the most richly-detailed books on programming that I’ve encountered. Rewarding on many levels.
- Charles Earl, Automattic
Publisher resources
Table of contents
- Haskell in Depth
- Copyright
- dedication
- brief contents
- contents
- front matter
- Part 1. Core Haskell
- 1 Functions and types
- 2 Type classes
- 3 Developing an application: Stock quotes
- Part 2. Introduction to application design
- 4 Haskell development with modules, packages, and projects
- 5 Monads as practical functionality providers
- 6 Structuring programs with monad transformers
- Part 3. Quality assurance
- 7 Error handling and logging
- 8 Writing tests
- 9 Haskell data and code at run time
- 10 Benchmarking and profiling
- Part 4. Advanced Haskell
- 11 Type system advances
- 12 Metaprogramming in Haskell
- 13 More about types
- Part 5. Haskell toolkit
- 14 Data-processing pipelines
- 15 Working with relational databases
- 16 Concurrency
- appendix Further reading
- index
Product information
- Title: Haskell in Depth
- Author(s):
- Release date: June 2021
- Publisher(s): Manning Publications
- ISBN: 9781617295409
You might also like
book
Get Programming with Haskell
Get Programming with Haskell introduces you to the Haskell language without drowning you in academic jargon …
video
Learning Haskell Programming
Haskell is a powerful and well-designed functional programming language designed to work with complex data. Its …
book
Effective Haskell
Put the power of Haskell to work in your programs, learning from an engineer who uses …
book
Haskell Design Patterns
Take your Haskell and functional programming skills to the next level by exploring new idioms and …