Blog articles/Introductions
From HaskellWiki
< Blog articles(Difference between revisions)
(→Introductions to Haskell) |
(→Introductions to Haskell) |
||
| (8 intermediate revisions not shown.) | |||
| Line 13: | Line 13: | ||
* [http://www.freesoftwaremagazine.com/files/www.freesoftwaremagazine.com/nodes/1160/1160.pdf Haskell: a very different language] (pdf) | * [http://www.freesoftwaremagazine.com/files/www.freesoftwaremagazine.com/nodes/1160/1160.pdf Haskell: a very different language] (pdf) | ||
| + | * [http://haskell.hivefire.com/ Monad: An online Haskell magazine] | ||
* [http://www.alpheccar.org/en/posts/show/67 Haskell Study Plan] | * [http://www.alpheccar.org/en/posts/show/67 Haskell Study Plan] | ||
* [http://programming.reddit.com/goto?id=uzuc On Haskell, Intuition And Expressive Power] | * [http://programming.reddit.com/goto?id=uzuc On Haskell, Intuition And Expressive Power] | ||
| Line 33: | Line 34: | ||
* [http://urchin.earth.li/~ian/style/haskell.html Good Haskell Style] | * [http://urchin.earth.li/~ian/style/haskell.html Good Haskell Style] | ||
* [http://nickmudge.info/?post=51 Haskell elevator pitch] | * [http://nickmudge.info/?post=51 Haskell elevator pitch] | ||
| + | * [http://talkingcode.co.uk/2007/12/03/getting-started-with-haskell/ Getting started with Haskell] | ||
| + | * [http://www.tuttoniente.net/node/9/ Manuale Haskell in italiano] | ||
| + | * [http://tech.dropbox.com/?p=129 Using the Dropbox API from Haskell] | ||
=== First impressions === | === First impressions === | ||
| - | |||
| - | |||
* [http://kevin.scaldeferri.com/blog/2007/02/12/OneWeek.html Thoughts on one week in Haskell] | * [http://kevin.scaldeferri.com/blog/2007/02/12/OneWeek.html Thoughts on one week in Haskell] | ||
* [http://clemens.endorphin.org/weblog/archives/2006-06.shtml#e2006-06-23T09_16_52.txt The beauty of Haskell] | * [http://clemens.endorphin.org/weblog/archives/2006-06.shtml#e2006-06-23T09_16_52.txt The beauty of Haskell] | ||
| Line 45: | Line 47: | ||
* [http://www.noulakaz.net/weblog/2007/04/20/i-like-haskell-a-lot/ I like Haskell a lot] | * [http://www.noulakaz.net/weblog/2007/04/20/i-like-haskell-a-lot/ I like Haskell a lot] | ||
* [http://dumpendebat.net/2007/08/14/n00b-thoughts-on-haskell/ n00b Thoughts on Haskell] | * [http://dumpendebat.net/2007/08/14/n00b-thoughts-on-haskell/ n00b Thoughts on Haskell] | ||
| + | * [http://offthelip.org/?p=91 Why I chose to learn Haskell] | ||
| + | * [http://onerousmachinations.blogspot.com/2007/11/current-fixation-haskell.html Current Fixation: Haskell] | ||
| + | * [http://blogs.operationaldynamics.com/andrew/software/haskell/learning-haskell Should I learn Haskell?] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
Current revision
1 Introductions to Haskell
- Learn Haskell in 5 minutes a day:
- Monad: An online Haskell magazine
- Haskell Study Plan
- On Haskell, Intuition And Expressive Power
- Haskell: Raising the bar
- Learning the Haskell programming language
- On learning Haskell
- My evolution as a Haskell programmer
- Why its hard for imperative programmers to learn Haskell
- Flirting with Functional Programming
- Building a Firewall Against Complexity
- Haskell, bondage-and-discipline and separation-of-concerns programming
- Type systems as safety belts
- Haskell introduction for beginners
- Haskell Basics
- Haskell Preliminaries: Implementations and Tools
- Simple Functions in Haskell
- A Haskell study plan
- Haskell Eye for the Ruby Guy
- Haskell is fun!
- Good Haskell Style
- Haskell elevator pitch
- Getting started with Haskell
- Manuale Haskell in italiano
- Using the Dropbox API from Haskell
