Skip to content

Commit faccf3f

Browse files
authored
Update FunctionalProgrammingResources.md
Splitting Haskell specific resources into separate file
1 parent 7b5cc93 commit faccf3f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

FunctionalProgrammingResources.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22

33
A collection of resources useful for learning functional programming
44

5-
## [Learn You a Haskell](http://learnyouahaskell.com/)
6-
7-
By far the best introduction to Haskell.
8-
The simple explanations and smiley doodles make the experience much less painful.
9-
(Though it does little to dissuade the rumours that all Haskell programmers get their skill by ingesting psilocybin mushrooms.)
10-
11-
![Rumours](Images/PsilocybinHaskell.png)
12-
135
## [Functors, Applicatives, and Monads in Pictures](http://www.mokacoding.com/blog/functor-applicative-monads-in-pictures/)
146

157
Aimed at Swift, but also applies to Haskell and other functional languages.
168
Lots of excellent images illustrating the concepts.
17-
Images are severely underappreciated in programming - it doesn't have to all be text.
18-
19-
## [Parser Combinators: Parsing for Haskell Beginners](https://two-wrongs.com/parser-combinators-parsing-for-haskell-beginners.html)
20-
21-
A very easy introduction to parser combinators, with a comparison to an equivalent regex.
9+
Images are severely underappreciated in programming - it doesn't have to all be text.

0 commit comments

Comments
 (0)