Exercises from Benjamin Pierce's "Types and Programming Languages" textbook + extras!
-
Updated
Jul 26, 2020 - Rust
Exercises from Benjamin Pierce's "Types and Programming Languages" textbook + extras!
My solutions for the exercises presented in Benjamin C. Pierce's Types and Programming Languages.
Learning "Types and Programming Languages" in Japanese
C# implementation for TAPL
An OCaml (embedded) implementation of systems from the book Types and Programming Languages by Benjamin C. Pierce.
Implementing Types and Programming Languages by Benjamin Pierce in Flix.
Introduced subtyping into Simply Typed Lambda Calculus (STLC), allowing for more flexible type assignments following Liskov’s Substitution Principle. We implemented an algorithmically driven type system supporting subtyping, and then expanded it with joins and meets, based on TaPL by Pierce.
Exercises & implementations for the type systems & lambda calculi presented by Benjamin Pierce in Types and Programming Languages.
Add a description, image, and links to the types-and-programming-languages topic page so that developers can more easily learn about it.
To associate your repository with the types-and-programming-languages topic, visit your repo's landing page and select "manage topics."