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