All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Master's Compiler Design Course: Build a Compiler Through Five Projects Using Racket

By

azhenley

6mo ago· 12 min readen

Summary

The article describes a master's-level compiler design course (CIS531) that teaches students to build a compiler through five projects. The course uses the Racket programming language and assumes prior programming knowledge, some C experience, and basic assembly language familiarity. The content outlines the course structure, prerequisites, and learning objectives for those interested in compiler implementation, functional language internals, and practical x86-64 assembly experience.

Key quotes

· 3 pulled
Are you interested in building a compiler? Learning how functional languages are implemented? Gaining a bit of practical experience with x86-64 assembly language?
CIS531 is a masters-level class on compiler design which assumes that (a) you know how to program, (b) you've had some exposure to C (know about stack allocation, malloc, etc.), and (c) have seen some assembly code.
My class projects are in the Racket programming language, but if you do
Snippet from the RSS feed
Class website here: https://kmicinski.com/cis531-f25

You might also wanna read