equal
deleted
inserted
replaced
1 Thinking Forth (Book to read) |
1 Thinking Forth (Book to read) |
2 ================= |
2 ================= |
3 |
3 |
4 |
4 ================= |
|
5 opinionated functional programming language compiling to the JVM |
|
6 https://flix.github.io/#/research/ |
|
7 https://flix.github.io/#/principles/ |
|
8 |
|
9 |
|
10 ================= |
|
11 General tail call elimination on the JVM |
|
12 |
|
13 http://cs.au.dk/~magnusm/papers/cc18/paper.pdf |
|
14 |
|
15 ================= |
|
16 incremental approach to compiler construction |
|
17 http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf |
|
18 |
|
19 ================= |
5 Compiler courses |
20 Compiler courses |
6 http://www.cse.chalmers.se/edu/year/2017/course/TDA283/lectures/ |
21 http://www.cse.chalmers.se/edu/year/2017/course/TDA283/lectures/ |
7 http://www.cs.columbia.edu/~sedwards/classes/2017/4115-fall/index.html |
22 http://www.cs.columbia.edu/~sedwards/classes/2017/4115-fall/index.html |
8 http://www.cs.dartmouth.edu/~mckeeman/cs48/index.html |
23 http://www.cs.dartmouth.edu/~mckeeman/cs48/index.html |
9 http://www.cl.cam.ac.uk/teaching/1718/CompConstr/materials.html |
24 http://www.cl.cam.ac.uk/teaching/1718/CompConstr/materials.html |