Master's Compiler Design Course: Build a Compiler Through Five Projects Using Racket
Class website here
Read the full articleYou might also wanna read

How Learning About Compilers Led Me to Create Tress
Every programmer eventually encounters a fundamental question: How does a computer actually understand my code? For a long time, compilers a

Modular: The Claude C Compiler: What It Reveals About the Future of Software
The Claude C Compiler: What It Reveals About the Future of Software
Let's make a programming language
We’re kicking off a webinar series on how to build your own programming language in C++. Let's make a programming language. Parser by Yuri M
Separating Problem Solving from Code Generation: Evaluating LLMs on Competitive Programming Through Natural-Language Editorials
Large Language Models (LLMs) increasingly succeed on competitive programming problems, yet existing evaluations conflate algorithmic reasoni
"C++23 - The Complete Guide" draft ebook is out -- Nicolai Josuttis
I am happy to announce that my new book in the " The Complete Guide " series is out now as a draft ebook C++23 - The Complete Guide by Nicol
Building Faster Parsers Through Data-Oriented Design: Flat Arrays Over Pointer Trees
How designing the data structure first (flat arrays of indices instead of a pointer tree) makes a parser fast and collapses memory layout, a

Comments
Sign in to join the conversation.
No comments yet. Be the first.