Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomas-crane/tapl

Code I write whilst reading Types and Programming Languages
https://github.com/thomas-crane/tapl

Last synced: about 1 month ago
JSON representation

Code I write whilst reading Types and Programming Languages

Awesome Lists containing this project

README

        

# TAPL

Types and Programming Languages is a book by Benjamin Pierce. It provides a good introduction to type theory and its application to programming languages.

I'm currently reading through this book. This repo contains code that I'm writing as I get through each chapter as a way for me to check my understanding of the content. Not each chapter has a "practical component" to it, but many of the chapters wrap up the previous few chapters by presenting an implementation of some concepts.