null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Haskell in Depth

List Price: $59.99
SKU:
9781617295409
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Vitaly Bragilevsky
    Format:
    Paperback
    Pages:
    664
    Publisher:
    Manning (June 22, 2021)
    Language:
    English
    ISBN-13:
    9781617295409
    ISBN-10:
    161729540X
    Weight:
    38.08oz
    Dimensions:
    7.375" x 9.25" x 1.3"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Case Pack:
    12
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    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.

    Summary

    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!

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    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.

    Table of Contents

    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