Leanpub Header

Skip to main content

Filters

Category: "Haskell"

Books

  1. Production Haskell (Deutsche Ausgabe)
    Erfolg in der Industrie mit Haskell
    Matt Parsons and TranslateAI

    Sind Sie begeistert von Haskell, wissen aber nicht, wo Sie anfangen sollen? Sind Sie von den technischen Vorteilen begeistert, machen sich aber Sorgen über unbekannte Fallstricke? Dieses Buch hat alles, was Sie brauchen.

  2. A master class on the fundamentals and principles of functional programming. It contains 20 programming challenges with detailed solutions and 44 quizzes with answers and explanations. Moreover, 84 diagrams graphically illustrate how concepts and techniques work. Two real-world use cases show how to apply functional programming in practice.

  3. Programozás. Matematika. Másképp. Tisztán. Funkcionálisan. Magyarul. Röviden.

  4. How do I match against a regex? How do I copy a file and handle any exception? These are just a couple of examples of common tasks which require libraries in Haskell. Everybody knows which one you should use... right? This book walks you through the main "standard" libraries in the ecosystem, with lots of examples to get you started.

  5. Pragmatic Type-Level Design
    Practical introduction to type-level programming: design principles, design patterns, methodologies, approaches
    Alexander Granin

    An approachable, well-written, practice-oriented, academism-free guide into programming with types. How to build useful real-world type-level programs with low complexity and low risks.

  6. Book of Monads
    Alejandro Serrano Mena

    In functional programming, at the heart of input/output, failure, state, logic, and much more, lies a powerful abstraction called monad. This book provides a journey from the very first concepts, to the myriad of monads available to programmers, down to the categorical foundations.

  7. Retrocomputing with Clash
    Haskell for FPGA Hardware Design
    Gergő Érdi

    Haskell for FPGA Hardware Design: Use abstractions like monads and lenses to implement 1970's retro-computing devices like arcade machines and home computers.

  8. The Simple Haskell Handbook
    Learn how to build Haskell applications.
    Marco Sampellegrini

    A project-driven approach to practical Haskell development. Start from zero lines of code and finish with a working CI Server. Step by step. One type error at a time.

  9. Production Haskell
    Succeeding in Industry with Haskell
    Matt Parsons

    Are you excited about Haskell, but don't know where to begin? Are you thrilled by the technical advantages, but worried about the unknown pitfalls? This book has you covered.

  10. The Essential Guide to Safely Joining Bitcoin will show you how to securely connect to the Bitcoin network, using the safest practices and most innovative platforms available to date. No getting lost in technical jargon or potential scams in this turn-key guide. Navigate the bitcoin economy safely and profitably using the help of a professional with proven knowledge.

  11. Functional Design and Architecture (Early Edition, 2020)
    Building real programs in static functional languages: application architectures, design patterns, best practices and approaches
    Alexander Granin

    Software Design in Functional Programming, Design Patterns and Practices, Methodologies and Application Architectures. How to build real software in Haskell with less efforts and low risks. The first complete source of knowledge.

  12. Sockets and Pipes
    Connect with Haskell
    Type Classes

    Sockets and Pipes is not an introduction to Haskell; it is an introduction to writing software in Haskell. Using a handful of everyday Haskell libraries, this book walks through reading the HTTP specification and implementing it to create a web server.

  13. Algebra-Driven Design
    Elegant Solutions from Simple Building Blocks
    Sandy Maguire

    A how-to field guide on building leak-free abstractions and algebraically designing real-world applications.

  14. Property-Based Testing in a Screencast Editor
    Case Studies from Komposition
    Oskar Wickström

    Read the case studies and learn how property-based testing uncovered subtle bugs in a complex GUI application.

  15. Plutus: Writing reliable smart contracts
    NOTICE: This book is out of date. It shows PLUTUS as it was in 2019. We are currently working in the new edition that depicts the latest development of the PLUTUS programming language.
    Alejandro Garcia Fdz, Lars Brünjes, and Polina Vinogradova

    This practical ebook is a guide to programming with the Plutus language for highly secure smart contracts on the Cardano blockchain, home of the ada cryptocurrency. Plutus is based on the Haskell functional programming language and comes complete with a full testing environment accessed via any browser.