Skip to content

My Racket solutions for some exercises in the book Types and Programming Languages.

License

Notifications You must be signed in to change notification settings

lee-thomp/tapl-rkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tapl-rkt

Summary

These are a collection of my solutions and workings out of various exercises from Benjamin Pierce’s Types and Programming Languages implemented in Racket. Each exercise or section I wrote code for should have its own directory containing the solution/work along with an individual readme and some tests.

Running

For these exercises I use Emacs’ Geiser mode, but loading files of interest into a bare REPL should work as well. Tests for any exercise can be run using racket -t run-tests.rkt.

Inspiration/References

About

My Racket solutions for some exercises in the book Types and Programming Languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages