By : Samuel Gélineau
Released : February 28, 2017
Torrent Contains : 42 Files, 1 Folders
Course Source : https://www.packtpub.com/application-development/mastering-haskell-programming-video
Harness the power of functional programming with advanced Haskell concepts
Video Details
ISBN 9781786465016
Course Length 6 hours 4 minutes
Table of Contents
• Tracking Side-Effects Using IO
• Chaining Side-Effects Using Streaming
• Interactive Applications Using Functional Reactive Programming
• Parallel Programming in Haskell
• Concurrent Programming in Haskell
• Distributed Programming in Haskell
Learn
• Find out how to structure larger Haskell programs
• Use the Parsec library to easily parse structured inputs
• Get acquainted with the process of writing an interpreter, a type checker, and a compiler
• See how to model your problem domain with precise types and how to reap the benefits of doing so
• Work with Deterministic Communication using IVars and Deterministic Collaboration using LVars
• Understand how to do concurrent and distributed programming in Haskell
• Know how to cope with the uncertainties of communication in a distributed application
About
Haskell is a lazy, purely-functional programming language with a very precise type system. Each of these features make Haskell quite different from mainstream object-oriented programming languages, which is where Haskell's appeal and its difficulty lie.
In this course, you’ll discover different ways to structure interactions between the program and the outside world. We’ll look at some subtler aspects of the IO monad, such as lazy IO and unsafePerformIO. In addition to the IO monad, we’ll also check out two other structured forms of interaction: streaming libraries and functional reactive programming.
Then we explore parallel, concurrent, and distributed programming. Thanks to purity, Haskell is especially well-suited for the first two, and so there are a number of approaches to cover. As for distributed programming, we focus on the idea of splitting a large monolithic program into smaller microservices, asking whether doing so is a good idea. We’ll also consider a different way of interacting with other microservices, and explore an alternative to microservices.
By the end of this course, you’ll have an in-depth knowledge of various aspects of Haskell, allowing you to make the most of functional programming in Haskell.
Style and Approach
This course includes in-depth content balanced with tutorials that put theory into practice. It will give you both an understanding and practical experience, enabling you to indulge in the art of functional programming with Haskell while taking you through core concepts.
Features:
• Dive into various important features such as IO, distributed programming, and Functional Reactive Programming
• Learn the best practices in Haskell and alternative solutions to real-world situations
• Explore powerful parallel algorithms, and build interactive applications using functional reactive programming
Author
Samuel Gélineau
Samuel Gélineau is a Haskell developer with more than 10 years of experience in Haskell Programming. He has been blogging about Haskell for about the same time. He has given many talks at Montreal’s Haskell Meetup, and is now co-organizer.
Samuel is a big fan of functional programming, and spends an enormous amount of time answering Haskell questions on the Haskell subreddit, and as a result has a good idea of the kind of questions people have about Haskell, and has learned how to answer those questions clearly, even when the details are complicated. Apart from Haskell, he is a fan of Elm, Agda, and Idris, and also Rust.