Learn the important Racket concepts with practical examples, from functions and recursion to macros, contracts, streams, and ...
This program calculates the famous Fibonacci sequence, a series of numbers where each number is the sum of the two preceding ones, typically starting with 0 and 1. The script uses a pure recursive ...
A collection of terminal mini-games, math/string utilities, and small CLI tools — rebuilt from my own early Python scripts into a clean, modular, unit-tested package. What this repo is: some of the ...