| author | Christian Urban <urbanc@in.tum.de> | 
| Tue, 07 Nov 2017 13:08:18 +0000 | |
| changeset 127 | 01d522ba48d4 | 
| parent 122 | 40147ad17bdf | 
| child 137 | 7e0335924cfa | 
| permissions | -rw-r--r-- | 
| 122 | 1 | why functional programming matters | 
| 2 | http://queue.acm.org/detail.cfm?id=2038036 | |
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | BufferOverflow | |
| 7 | http://seclists.org/oss-sec/2017/q2/344 | |
| 8 | ||
| 9 | ||
| 10 | ========= | |
| 11 | Intro Videos | |
| 12 | https://www.youtube.com/watch?v=ugHsIj60VfQ (30:00 slide about functions) | |
| 13 | ||
| 14 | https://www.youtube.com/channel/UC1VAdzkoY7M2e3msbW9Ur8w/videos?shelf_id=0&view=0&sort=dd | |
| 15 | ||
| 16 | ||
| 17 | =============== | |
| 18 | Scala warts | |
| 19 | http://www.lihaoyi.com/post/WartsoftheScalaProgrammingLanguage.html | |
| 20 | ||
| 21 | https://www.reddit.com/r/scala/comments/616n3y/could_anyone_recommend_scala_resources_that/ | |
| 22 | ================ | |
| 23 | ||
| 24 | ||
| 25 | online compiler | |
| 26 | https://scalafiddle.io/ | |
| 27 | http://www.scala-lang.org/blog/2017/05/19/scastie.html | |
| 28 | ||
| 29 | ||
| 30 | ------------------ | |
| 31 | Book | |
| 32 | http://twitter.github.io/effectivescala/ | |
| 33 | ------------------- | |
| 34 | ||
| 35 | Very good explanation of what being functional programming means | |
| 36 | https://dotboris.github.io/2017/04/07/functional-programming/ | |
| 37 | ||
| 38 | ||
| 95 
4fa7231fede7
added link file
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: diff
changeset | 39 | Source of exercises | 
| 114 | 40 | http://exercism.io | 
| 122 | 41 | https://www.scala-exercises.org/ | 
| 42 | http://www.sofiacole.com/technology/adopting-scala-the-next-steps/ | |
| 114 | 43 | |
| 44 | ||
| 115 | 45 | https://medium.com/@markcanlasnyc/scala-saturday-functions-for-the-object-oriented-4218f9ed192b#.dw8x8zxvb | 
| 46 | ||
| 47 | -------------------- | |
| 48 | Map-Reduce in Scala | |
| 49 | ||
| 50 | https://madusudanan.com/blog/scala-tutorials-part-9-intro-to-functional-programming/ | |
| 51 | ||
| 52 | ||
| 53 | -------------------- | |
| 54 | bash scripting | |
| 55 | ||
| 56 | https://likegeeks.com/bash-script-easy-guide/ | |
| 120 | 57 | https://likegeeks.com/linux-bash-scripting-awesome-guide-part3/ | 
| 58 | ||
| 59 | ||
| 60 | ------------------- | |
| 61 | collatz | |
| 122 | 62 | http://codepen.io/benlorantfy/pen/KWzXoX | 
| 63 | ||
| 64 | ------------------- | |
| 65 | cheat sheets | |
| 66 | ||
| 67 | https://mbonaci.github.io/scala/ | |
| 68 | http://alvinalexander.com/downloads/scala/Scala-Cheat-Sheet-devdaily.pdf | |
| 69 | http://homepage.cs.uiowa.edu/~tinelli/classes/022/Fall13/Notes/scala-quick-reference.pdf | |
| 70 | ||
| 71 | https://www.youtube.com/watch?v=RZEZp8fqn_0 | |
| 72 | ||
| 73 | ------------------- | |
| 74 | scala books | |
| 75 | http://underscore.io/training/ | |
| 76 | ||
| 77 | ------------------- | |
| 78 | dependent types in Scala | |
| 79 | https://stepik.org/course/ThCS-Introduction-to-programming-with-dependent-types-in-Scala-2294/ | |
| 80 | ||
| 81 | ||
| 82 | -------------------- | |
| 83 | chess engine in scala | |
| 84 | http://marianogappa.github.io/software/2017/03/24/ostinato-a-chess-engine-written-in-scala-that-runs-on-the-browser-docker-and-the-repl/ | |
| 85 | https://en.lichess.org | |
| 86 | ||
| 87 | --------------------- | |
| 88 | scala code quality | |
| 89 | https://www.reddit.com/r/scala/comments/616n3y/could_anyone_recommend_scala_resources_that/ |