Fall 2019 Course Descriptions

COMP 150-12 Programming Language Design

K. Fisher
MW 9:00-10:15, Halligan Hall 108
R+ Block

Creating a new programming language requires designers to draw on a wide range of skills: theory to ensure their creation has a well-defined semantics, engineering to ensure they produce an efficient implementation, and aesthetics to ensure the whole is coherent and pleasing to programmers. In this class, we will study the principles and tools that underlie programming language design. We will consider both general-purpose languages, which are languages intended for almost any programming task, and domain-specific languages, which are languages focused on specific tasks. The class will be a combination of lectures and seminar-style discussions about selected academic papers. Students will use the knowledge they acquire to design and implement their own domain-specific programming language.

Prerequisite: Comp 40 and Comp 105.


Back to Main Courses Page