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