logoalt Hacker News

Compiling Match Statements to Bytecode

16 pointsby ingvelast Wednesday at 8:53 PM1 commentview on HN

Comments

i_don_t_knowtoday at 1:14 PM

Simon Peyton Jones's "The implementation of functional programming languages" has a chapter on the "Efficient compilation of pattern matching" (chapter 5 by Philip Wadler).

https://simon.peytonjones.org/assets/pdfs/slpj-book-1987-2up...