Free Computer Books Downloads and Reviews; from desktop to cloud computing...C++, C#, Java, ASP.NET, Silverlight, Cloud computing, Microsoft Expression Blend, Android, Unix, Operating Systems, PHP, Visual Basic, Mobile Phones...... Updated regularly....Keep visiting.....

Showing posts with label Haskell. Show all posts
Showing posts with label Haskell. Show all posts

Wednesday, 1 April 2015

Write You a Haskell: Building a Modern Functional Compiler from First Principles


 We will build a small functional language called Fun which is a partial Haskell 2010 toy language; complete with a parser, type inference, datatypes, pattern matching, desugaring, typeclasses, higher-kinded types, monadic IO, arbitrary-rank polymorphism, records, Core language, STG intermediate language, lazy evaluation, interpreter, native code generator, a runtime, and several optimization passes.

Title Write You a Haskell: Building a Modern Functional Compiler from First Principles
Author(s) Stephen Diehl
Publisher: StephenDiehl.com (2015 )
Hardcover/Paperback N/A
eBook HTML and PDF
Language: English
ISBN-10: N/A
ISBN-13: N/A
Download: http://dev.stephendiehl.com/fun/

Tuesday, 9 September 2014

Learn You a Haskell for Great Good! - A Beginner's Guide

 

 This book 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

Title Learn You a Haskell for Great Good! - A Beginner's Guide
Author(s) Miran Lipovaca
Publisher: No Starch Press, 1 edition (April 18, 2011); LearnYouaHaskell.com (2010 - Date);
Paperback 400 pages
Language: English
ISBN-10: 1593272839
ISBN-13: 978-1593272838
loading...

Search: