RacketProject
Project 1: Build a Lisp Interpreter | Racket Projects
5 min read
The rite of passage. Build a working interpreter for a Lisp dialect (Mini-Scheme) in under 100 lines of Racket code.
Read article2 articles to explore
The rite of passage. Build a working interpreter for a Lisp dialect (Mini-Scheme) in under 100 lines of Racket code.
Read articlePut everything together by building a text-based Guess the Number game. A complete walkthrough combining I/O, recursion, and logic.
Read article