Advertisement
Guest User

Scala/FP books

a guest
Feb 10th, 2013
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. * Scala by Example http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaByExample.pdf
  2.  
  3. * Scala for the Impatient http://horstmann.com/scala/
  4.  
  5. * Functional Programming in Scala http://www.manning.com/bjarnason/
  6.  
  7. * online: http://www.artima.com/pins1ed/
  8.  
  9. The above are the books I've read or plan to read. Others listed at http://www.scala-lang.org/node/959
  10.  
  11. FP:
  12. * Structure and Interpretation of Computer Programs http://mitpress.mit.edu/sicp/
  13.  
  14. * Introduction to Functional Programming (Bird & Wadler) http://www.nlda-tw.nl/janmartin/vakken/TFIT/Extra%20materiaal/Bird_Wadler.%20Introduction%20to%20Functional%20Programming.1ed.pdf
  15.  
  16. * Haskell: The Craft of Functional Programming http://www.haskellcraft.com/craft3e/Home.html
  17.  
  18. * ML for the Working Programmer http://www.cl.cam.ac.uk/~lp15/MLbook/
  19.  
  20. * Programming in Scheme http://www.amazon.com/Programming-Scheme-Michael-Eisenberg/dp/0894261150
  21.  
  22. * Applicative High Order Programming: The Standard ML Perspective http://www.amazon.com/Applicative-High-Order-Programming-M-L-Perspective/dp/0412392402
  23.  
  24. * Functional Programming: Application and Implementation (Peter Henderson)
  25.  
  26. * Thinking Recursively http://www-cs-faculty.stanford.edu/~eroberts/books/ThinkingRecursively/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement