Posts / Guides /
Racket
These guides are a product of my enthusiasm for Northeastern University's Fundamentals of Computer Science 1 course, which I've been staff for ever since taking it. That course uses Racket as the language of choice, and here I've documented some of what I've learned experimenting with it in later courses.
Racket System Access
This guide provides an introduction to interacting directly with the system from a Racket program. Read more →
Making a Racket Command Line Program
This guide is aimed at bridging some of the gap between using Racket to learn the basics of coding and using it to build simple command line programs. Read more →