Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 6.16 KB

File metadata and controls

78 lines (58 loc) · 6.16 KB

Haskell learning resources


Introduction

Haskell is a purely functional, lazily evaluated, statically typed programming language with type inference.

This page lists all Haskell learning resources I came across during my learning process late 2016.


Contents


Books

If you like a "Head First" series kinda book, please check the below book for an entertaining take on Haskell.


Massive Open Online Courses (MOOCs)


University lectures and recordings


Haskell Playground

Execute simple code snippets online in a browser.


More Info

  • A lot more info on a number of resources for learning Haskell can be found on HaskellWiki Portal.

License

Copyright © 2016 Prashanth Babu.
Licensed under the Apache License, Version 2.0.