Skip to content

Instantly share code, notes, and snippets.

@sathish316
Last active December 9, 2016 13:42
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 sathish316/381c880dfc0748b1deeb33a11f39b844 to your computer and use it in GitHub Desktop.
Save sathish316/381c880dfc0748b1deeb33a11f39b844 to your computer and use it in GitHub Desktop.
Functional programming resources

Books:

  1. Little Schemer - https://www.flipkart.com/little-schemer/p/itmczyygwrwdmyhz
  2. Structure and Interpretation of Computer Programs (SICP) - https://www.flipkart.com/structure-interpretation-computer-programs-2nd/p/itmegmt2qzfbnjqg
  3. Programming in Scala - Martin Odersky - http://www.artima.com/shop/programming_in_scala_3ed
  4. Haskell from first principles - Chris Allen & Julie - http://haskellbook.com/
  5. O'Reilly Java 8 Lambdas - https://www.flipkart.com/java-8-lambdas/p/itmdpr4h259kf2qy?pid=9781449370770

Courses:

  1. Coursera - Functional programming principles in Scala - https://www.coursera.org/learn/progfun1
  2. Functional programming in Clojure - http://mooc.fi/courses/2014/clojure/
  3. CIS194 - Introduction to Haskell - http://cis.upenn.edu/~cis194/spring13/lectures.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment