Skip to content

Instantly share code, notes, and snippets.

@mheinzel
Last active September 28, 2022 13:17
Show Gist options
  • Save mheinzel/fbd7553a7385273e4a71be95e0529581 to your computer and use it in GitHub Desktop.
Save mheinzel/fbd7553a7385273e4a71be95e0529581 to your computer and use it in GitHub Desktop.
# read
- generic universe of syntax
- Type-directed (optimising) compilation https://dl.acm.org/doi/10.1145/249069.231414
- co-effect systems https://www.doc.ic.ac.uk/~dorchard/publ/coeffects-icfp14.pdf
- (ornamentation)
- (co-de-Bruijn indices)
- find more optimisations
- Jacco
- GHC
- MAPA/Nielsen
# admin
- register thesis
# impl
- finish lambda calculus
- moving bindings
- CSE, ideas:
- pull out expression into binding
- merge identical bindings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment