Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomas-crane/tapl
- Owner: thomas-crane
- Created: 2021-12-09T10:42:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T12:20:11.000Z (about 3 years ago)
- Last Synced: 2024-10-12T11:10:52.154Z (2 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.