Sign up
Forgot password?
FAQ: Login

Hagenlocher Philipp. Learn Haskell by Example (Bookcamp)

  • zip file
  • size 6,77 MB
  • contains epub document(s)
Hagenlocher Philipp. Learn Haskell by Example (Bookcamp)
Manning Publications, 2025. — 456 p. — ISBN: 978-1633438934.
Learn Haskell by doing Haskell projects! In this book, you’ll get practical experience writing Haskell code and applying functional programming to actual development challenges.
In Learn Haskell by Example, you’ll build your Haskell skills by working through hands-on challenges and conundrums. You’ll learn to look at each project through a Haskell lens, and then solve it using features like lazy evaluation, immutable data structures, and monads.
In Learn Haskell by Example you will learn how to:
Use Haskell for daily programming tasks.
Effectively apply functional concepts.
Avoid common beginner pitfalls of Haskell.
Apply abstract concepts in the Haskell language.
Debug and profile Haskell applications.
Improve the performance of Haskell applications.
Haskell is an amazing choice for applications that need an extra guarantee of safety, such as in smart contracts, data-intensive applications, and large-scale distributed systems. In this book, you’ll see just how practical Haskell can be for creating programs by building your engaging projects! Learn how to structure real-world applications, how to work with the Haskell toolchain effectively, and what to look out for when writing critical sections in the program's logic. Best of all, each project in this book is fully extensible and customizable so you can keep tinkering with your favorites!
Purchase of the print book includes a free eBook in PDF, Kindle, and EPUB formats from Manning Publications.
About the technology
Programmers spend a lot of time debugging and refactoring code, reading comments and documentation, and trying to make sense of complex designs. Haskell, a powerful, beautiful, and challenging functional programming language, promises a different path. By focusing your attention on simple functions, clearly defined behaviors, and the right high-level abstractions, Haskell disallows the dangerous behaviors that usually lead to bugs and crashes.
About the book
Learn Haskell by Example teaches you to build applications in Haskell by designing and coding fun and engaging projects. In this easy-to-follow guide, you’ll create a domain-specific language for music, an image-processing library, and more! You’ll learn Haskell from the ground up with a focus on important concepts like function design, composition, and data immutability. Each project gives you a new insight into how to think in Haskell and helps you understand why many Haskell developers say they will never use another language again.
What's inside
Use Haskell for daily programming tasks.
Purely functional programming.
Avoid common Haskell pitfalls.
For readers who know how to program in an object-oriented language.
Philipp Hagenlocher is a full-time Haskell developer, and the creator of the beloved Haskell for Imperative Programmers YouTube course.
The technical editor of this book was Alexander Vershilov.
Ancient secret keeping on modern machines.
Every line counts.
Line numbering tool.
Words and graphs.
Solving the ladder game.
Working with CSV files.
A tool for CSV.
Quick checks and random tests.
Digital music box.
Programming musical compositions.
Parsing pixel data.
Parallel image processing.
Files and exceptions.
Transformers for synchronizing.
JSON and SQL.
APIs using Servant.
Appendix A The Haskell Toolchain.
Appendix B Lazy evaluation.
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up