From 30f00cacbf2f96b301b46a18ab3350b70e0a9b31 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 2 Feb 2015 12:44:50 -0500 Subject: [PATCH] tweak haskell links --- _learning_haskell.mdwn | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 944c39f8..990bbb07 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -11,23 +11,20 @@ ### Quick Overviews ### * [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) -- 2.11.0