Master Haskell Programming with Free Books

Posted by sde on May 22, 2017 10:04 AM
By OSSBlog.org
Mail this story
Web version

Haskell is a standardized, general-purpose, polymorphically statically typed, lazy, purely functional language, very different from many programming languages. Recent innovations include static polymorphic typing, higher-order functions, user-definable algebraic data types, a module system, and more. It has built-in concurrency and parallelism, debuggers, profilers, rich libraries and an active community, with approximately 5,400 third-party open source libraries and tools.

This is a mature programming language with the first version defined in 1990. It has a strong, static type system based on Hindley–Milner type inference. The main implementation of Haskell is the Glasgow Haskell Compiler (GHC), an open source native code compiler [url=https://www.ossblog.org/master-haskell-programming-free-books/]Full article[/url]

Full Story

Printed at http://lxer.com/module/newswire/view/242619/index.html