This post was written for Day 8 of the Racket Advent Calendar. “#lang” is a Racket term referring to declaring […]
Category: Racket
How to Organize Your Racket Library
So, you’ve written a Racket library and now you’d like to make it widely available. How to go about it? […]
What Should + Mean in Programming Languages?
When we say something like 5 + 3, we aren’t usually surprised to learn that we are speaking of 8. […]
Migrating Your Racket Project from Travis to GitHub Actions
As a Racket developer, if you’ve been running tests and code coverage on your GitHub repos using Travis (for instance, […]