Racket Graphics
November 10, 2024 5 min read
Racket isn't just for text! Learn how to create stunning graphics and animations using the 2htdp/image library. A fun, visual example of functional programming.
Read article Racket Project
November 5, 2024 5 min read
Put everything together by building a text-based Guess the Number game. A complete walkthrough combining I/O, recursion, and logic.
Read article Racket I/O
November 1, 2024 5 min read
Learn how to interact with the world. Reading/writing files, handling user input, and working with ports in Racket.
Read article Racket Modules
October 30, 2024 5 min read
Scale your Racket projects using modules. Learn how to export definitions, require libraries, and manage dependencies.
Read article Racket Debugging
October 28, 2024 5 min read
Write robust code by mastering error handling. Learn about exceptions, assertions, and how to use Racket's built-in debugging tools.
Read article