-
Notifications
You must be signed in to change notification settings - Fork 67
Happstack: Some Haskell Introduction
foreverwander edited this page Feb 20, 2015
·
3 revisions
Haskell is the system that the web application framework Happstack is based on. As an advanced purely-functional programming language, it could be quite a challenge for those with minimal experience with declarative, statically typed code. Below are some excellent resources to help you get the ball rolling on learning Haskell.
####Learn You a Haskell for Great Good http://learnyouahaskell.com/
####CIS 194: Introduction to Haskell http://www.seas.upenn.edu/~cis194/lectures.html
####Real World Haskell http://book.realworldhaskell.org/
Finally, the official tutorial on Haskell by the creators, providing a comprehensive list of resources out there: https://wiki.haskell.org/Tutorials