Haskell Resources

This commit is contained in:
Levi Pearson
2014-08-20 23:30:10 -06:00
parent 59553ad423
commit 5d3832f6b8
9 changed files with 295 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
title: Online Haskell Books
toc: no
format: markdown
...
# Learn You A Haskell For Great Good!
* [Book Site](http://learnyouahaskell.com/)
# Real World Haskell
* [Book Site](http://book.realworldhaskell.org/)
# Parallel and Concurrent Programming in Haskell
* [Book Site](http://chimera.labs.oreilly.com/books/1230000000929/)
# The Haskell School of Music -- From Signals to Symphonies
* [Book Site](http://haskell.cs.yale.edu/?post_type=publication&p=112)
# The Haskell Road to Logic, Maths and Programming
* [Book Site](http://homepages.cwi.nl/~jve/HR/)
* [Book Download](https://github.com/haren/UvA_SoftwareTestingAndVerification_GrD2_1/blob/master/The%20haskell%20road%20to%20logic,%20maths%20and%20programming%20Kees%20Doets%20and%20Jan%20van%20Eijck.pdf?raw=true)
# Haskell WikiBook
* [Book Site](http://en.wikibooks.org/wiki/Haskell)