Hacker News new | ask | show | jobs
by sn9 305 days ago
What sort of compiler class were you looking for?

You can work through a book that uses a more modern approach like Siek's Essentials of Compilation which comes in Racket [0] and Python flavors.

Teach Yourself CS also has some more classic recommendations [1].

You may also be interested in using a language from the ML family [2] to implement a compiler [3].

Cornell also has a self-paced graduate level course [4].

This page also has a bunch of recs [5].

[0] https://mitpress.mit.edu/9780262047760/essentials-of-compila...

[1] https://teachyourselfcs.com/#languages

[2] https://matt.might.net/articles/best-programming-languages/

[3] https://a.co/d/2EhiUDM

[4] https://news.ycombinator.com/item?id=39577878

[5] https://steshaw.org/plt/