equal
deleted
inserted
replaced
2 |
2 |
3 Nice article and pictures of multicores. |
3 Nice article and pictures of multicores. |
4 |
4 |
5 https://sigma.software/about/media/pillars-functional-programming-part-1 |
5 https://sigma.software/about/media/pillars-functional-programming-part-1 |
6 |
6 |
|
7 ===================== |
|
8 Maven repository for jars (par collections for example) |
|
9 |
|
10 https://search.maven.org/search?q=g:org.scala-lang.modules%20a:scala-parser-combinators_2.13 |
7 |
11 |
8 ===================== |
12 ===================== |
9 lectures on scala |
13 lectures on scala |
10 |
14 |
11 https://github.com/scalasummerschool/lectures |
15 https://github.com/scalasummerschool/lectures |
12 |
16 |
|
17 ===================== |
|
18 Scala course at Lund University |
13 |
19 |
|
20 https://github.com/lunduniversity/introprog |
|
21 http://cs.lth.se/pgk/download/ |
14 ===================== |
22 ===================== |
15 an argument for pure functions and programming |
23 an argument for pure functions and programming |
16 |
24 |
17 https://dev.to/pietvandongen/pure-bliss-with-pure-functions-in-java-1mba |
25 https://dev.to/pietvandongen/pure-bliss-with-pure-functions-in-java-1mba |
|
26 |
|
27 ===================== |
|
28 Abstract syntax tree generation |
|
29 |
|
30 https://stackoverflow.com/questions/10419101/how-can-i-find-the-statements-in-a-scala-program-from-within-a-compiler-plugin |
|
31 |
18 |
32 |
19 ===================== |
33 ===================== |
20 95 hardest sudoku problems |
34 95 hardest sudoku problems |
21 http://www.dos486.com/sudoku/top95.txt |
35 http://www.dos486.com/sudoku/top95.txt |
22 |
36 |