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