haskellfoundation / hs-opt-handbook.github.io

The Haskell Optimization Handbook
https://haskell.foundation/hs-opt-handbook.github.io/
Creative Commons Attribution 4.0 International
169 stars 12 forks source link

Defunctionalization Chapter #64

Open doyougnu opened 1 year ago

doyougnu commented 1 year ago

see: https://en.wikipedia.org/wiki/Defunctionalization

and the Reynolds paper.

Normans new backend framework in GHC might also make for a good case study.