tweak haskell links
authorJim <jim.pryor@nyu.edu>
Mon, 2 Feb 2015 17:44:50 +0000 (12:44 -0500)
committerJim <jim.pryor@nyu.edu>
Mon, 2 Feb 2015 17:44:50 +0000 (12:44 -0500)
_learning_haskell.mdwn

index 944c39f..990bbb0 100644 (file)
 ### Quick Overviews ###
 <!-- [Haskell Wiki's Getting Started](https://wiki.haskell.org/Haskell_in_5_steps) -->
 *   [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes)
+*   [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell), aimed at experienced programmers
+*   [How to read Haskell](https://wiki.haskell.org/How_to_read_Haskell)
 
 ### For people who are new to programming ###
 
 *   [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell)
 *   [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble)
 
-### For programmers who are new to functional programming ###
+### For experienced programmers ###
 
 *   [Haskell Tutorial for C Programmers](https://wiki.haskell.org/Haskell_Tutorial_for_C_Programmers)
 *   [Hitchhiker's guide to Haskell](https://wiki.haskell.org/Hitchhikers_guide_to_Haskell)
 *   [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters)
-
-### For programmers familiar with functional programming in other languages ###
-
-*   [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell)
-*   [Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000, aimed at people who have some experience with functional programming)
-
+*   [Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000)
 
 <!-- -->
 *   [Real World Haskell](http://book.realworldhaskell.org/read) (from 2008, more advanced)