Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created April 3, 2012 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegopacheco/2291772 to your computer and use it in GitHub Desktop.
Save diegopacheco/2291772 to your computer and use it in GitHub Desktop.
3 FP Concepts: Pattern Matcher, Functor and Monoid
This gist and a [Functional Society](https://github.com/diegopacheco/functional-society)
Gist to talk about FP concepts, so people can share links and help each other to get the concepts right and make questions, get you question answered and so on and on...
## 3 FP Concepts
* Pattern Matcher
* Functor
* Monoid
## Some useful resources
* http://learnyouahaskell.com/chapters
* http://twitter.github.com/scala_school/
* http://c2.com/cgi/wiki?FunctionalProgramming
* http://devlicio.us/blogs/christopher_bennage/archive/2010/09/06/what-is-functional-programming.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment