Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeizbicki/haskell-lecture
Outline of material for an intro to haskell course
https://github.com/mikeizbicki/haskell-lecture
Last synced: 6 days ago
JSON representation
Outline of material for an intro to haskell course
- Host: GitHub
- URL: https://github.com/mikeizbicki/haskell-lecture
- Owner: mikeizbicki
- Created: 2019-01-30T05:32:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T05:56:33.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T22:36:57.994Z (2 months ago)
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intrduction to Haskell
Useful links:
1. [How Facebook uses Haskell to fight spam](https://code.fb.com/security/fighting-spam-with-haskell/)
1. [A list of companies using Haskell](https://wiki.haskell.org/Haskell_in_industry)
1. [A Python programmer's thoughts on learning Haskell](http://mechanical-elephant.com/thoughts/2015-04-20-becoming-productive-in-haskell/)
1. [reddit.com/r/haskell](https://reddit.com/r/haskell)
Free textbooks:
1. [Learn you a Haskell for Great Good!](http://learnyouahaskell.com/chapters)
1. [Real World Haskell](http://book.realworldhaskell.org/)
1. [CIS194 Lecture Notes](https://www.seas.upenn.edu/~cis194/fall16/)