This is a great collection of resources!
I think one link to add would be to the "nanopass framework" for writing compilers in Scheme/Racket. It encapsulates various recursion schemes in a little macro-based DSL for compiler passes:
Many students at Indiana University used it to write their compilers for class.
It's also what Chez Scheme is implemented in:
This is a great collection of resources!
I think one link to add would be to the "nanopass framework" for writing compilers in Scheme/Racket. It encapsulates various recursion schemes in a little macro-based DSL for compiler passes:
Many students at Indiana University used it to write their compilers for class.
It's also what Chez Scheme is implemented in: