A digital circuit simulator in Racket. This repository is a hobbyist implementation of various basic digital circuits in LISP. The goal is to get a better understanding about the magic of how computers 'really' work.
These are some of the useful resources that inspired this project.
SICP 3.3.4 A Simulator for Digital Circuits
Code: The Hidden Language of Computer Hardware and Software by Charles Petzold