Y
Hacker News
new
|
ask
|
show
|
jobs
by
adwhit
3415 days ago
I second this. Build a compiler from scratch. Main annoyance is that it uses SML - most readers are likely to want to use OCaml, and it's a bit fiddly translating between the two.
2 comments
sigjuice
3415 days ago
Why not just work with SML and focus on the compiler building part? Any particular reason to want to use OCaml?
link
eatonphil
3415 days ago
There are of course the C and Java implementation books as well.
link
ChristianGeek
3415 days ago
Links?
link
eatonphil
3415 days ago
https://www.cs.princeton.edu/~appel/modern/java/
https://www.cs.princeton.edu/~appel/modern/c/
link