Share

Learn You a Haskell for Great Good!

Download Learn You a Haskell for Great Good! PDF Online Free

Author :
Release : 2011-04-15
Genre : Computers
Kind : eBook
Book Rating : 839/5 ( reviews)

GET EBOOK


Book Synopsis Learn You a Haskell for Great Good! by : Miran Lipovaca

Download or read book Learn You a Haskell for Great Good! written by Miran Lipovaca. This book was released on 2011-04-15. Available in PDF, EPUB and Kindle. Book excerpt: It's all in the name: Learn You a Haskell for Great Good! is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible. You'll start with the kid stuff: basic syntax, recursion, types and type classes. Then once you've got the basics down, the real black belt master-class begins: you'll learn to use applicative functors, monads, zippers, and all the other mythical Haskell constructs you've only read about in storybooks. As you work your way through the author's imaginative (and occasionally insane) examples, you'll learn to: –Laugh in the face of side effects as you wield purely functional programming techniques –Use the magic of Haskell's "laziness" to play with infinite sets of data –Organize your programs by creating your own types, type classes, and modules –Use Haskell's elegant input/output system to share the genius of your programs with the outside world Short of eating the author's brain, you will not find a better way to learn this powerful language than reading Learn You a Haskell for Great Good!

Haskell Programming from First Principles

Download Haskell Programming from First Principles PDF Online Free

Author :
Release : 2016-07-01
Genre :
Kind : eBook
Book Rating : 033/5 ( reviews)

GET EBOOK


Book Synopsis Haskell Programming from First Principles by : Christopher Allen

Download or read book Haskell Programming from First Principles written by Christopher Allen. This book was released on 2016-07-01. Available in PDF, EPUB and Kindle. Book excerpt: Haskell Programming makes Haskell as clear, painless, and practical as it can be, whether you're a beginner or an experienced hacker. Learning Haskell from the ground up is easier and works better. With our exercise-driven approach, you'll build on previous chapters such that by the time you reach the notorious Monad, it'll seem trivial.

Learn You Some Erlang for Great Good!

Download Learn You Some Erlang for Great Good! PDF Online Free

Author :
Release : 2013-01-13
Genre : Computers
Kind : eBook
Book Rating : 048/5 ( reviews)

GET EBOOK


Book Synopsis Learn You Some Erlang for Great Good! by : Fred Hebert

Download or read book Learn You Some Erlang for Great Good! written by Fred Hebert. This book was released on 2013-01-13. Available in PDF, EPUB and Kindle. Book excerpt: Erlang is the language of choice for programmers who want to write robust, concurrent applications, but its strange syntax and functional design can intimidate the uninitiated. Luckily, there’s a new weapon in the battle against Erlang-phobia: Learn You Some Erlang for Great Good! Erlang maestro Fred Hébert starts slow and eases you into the basics: You’ll learn about Erlang’s unorthodox syntax, its data structures, its type system (or lack thereof!), and basic functional programming techniques. Once you’ve wrapped your head around the simple stuff, you’ll tackle the real meat-and-potatoes of the language: concurrency, distributed computing, hot code loading, and all the other dark magic that makes Erlang such a hot topic among today’s savvy developers. As you dive into Erlang’s functional fantasy world, you’ll learn about: –Testing your applications with EUnit and Common Test –Building and releasing your applications with the OTP framework –Passing messages, raising errors, and starting/stopping processes over many nodes –Storing and retrieving data using Mnesia and ETS –Network programming with TCP, UDP, and the inet module –The simple joys and potential pitfalls of writing distributed, concurrent applications Packed with lighthearted illustrations and just the right mix of offbeat and practical example programs, Learn You Some Erlang for Great Good! is the perfect entry point into the sometimes-crazy, always-thrilling world of Erlang.

Real World Haskell

Download Real World Haskell PDF Online Free

Author :
Release : 2008-11-15
Genre : Computers
Kind : eBook
Book Rating : 303/5 ( reviews)

GET EBOOK


Book Synopsis Real World Haskell by : Bryan O'Sullivan

Download or read book Real World Haskell written by Bryan O'Sullivan. This book was released on 2008-11-15. Available in PDF, EPUB and Kindle. Book excerpt: This easy-to-use, fast-moving tutorial introduces you to functional programming with Haskell. You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter.

Practical Haskell

Download Practical Haskell PDF Online Free

Author :
Release : 2019-04-27
Genre : Computers
Kind : eBook
Book Rating : 80X/5 ( reviews)

GET EBOOK


Book Synopsis Practical Haskell by : Alejandro Serrano Mena

Download or read book Practical Haskell written by Alejandro Serrano Mena. This book was released on 2019-04-27. Available in PDF, EPUB and Kindle. Book excerpt: Get a practical, hands-on introduction to the Haskell language, its libraries and environment, and to the functional programming paradigm that is fast growing in importance in the software industry. This book contains excellent coverage of the Haskell ecosystem and supporting tools, include Cabal and Stack for managing projects, HUnit and QuickCheck for software testing, the Spock framework for developing web applications, Persistent and Esqueleto for database access, and parallel and distributed programming libraries. You’ll see how functional programming is gathering momentum, allowing you to express yourself in a more concise way, reducing boilerplate, and increasing the safety of your code. Haskell is an elegant and noise-free pure functional language with a long history, having a huge number of library contributors and an active community. This makes Haskell the best tool for both learning and applying functional programming, and Practical Haskell takes advantage of this to show off the language and what it can do. What You Will Learn Get started programming with Haskell Examine the different parts of the language Gain an overview of the most important libraries and tools in the Haskell ecosystem Apply functional patterns in real-world scenarios Understand monads and monad transformers Proficiently use laziness and resource management Who This Book Is For Experienced programmers who may be new to the Haskell programming language. However, some prior exposure to Haskell is recommended.

You may also like...