Department
Princeton University

Computer Science 510
Programming Languages
Andrew Appel

Spring 2018

General Information       Schedule       Policies
Summary: A hands-on introduction to the use of formal methods for reasoning about software, and for specifying and reasoning about programming languages. Students will use an interactive proof assistant to learn about logic and its applications to proofs of program correctness, to operational and axiomatic semantics of programming languages, and to type systems. Also, an introduction to functional programming languages.

Administrative Information

Lectures: MW 3:00-4:20, Room: CS 105
Labs: 194 Nassau Street, Suite 21, Thursdays 3:30-5:30pm. Optional but makes your life easier. E-mail Zoe if you want an appointment outside that time.

Professor: Andrew Appel - 194 Nassau Street, Suite 32. appel@cs.princeton.edu
To make an appointment to see me, just ask me after class, or e-mail.

Teaching Assistant: Zoe Paraskevopoulou, 194 Nassau Street, Suite 32. zoe.paraskevopoulou@princeton.edu

Use Piazza for homework questions. Better yet: come to Lab, get real-time acoustic 3-D holographic assistance.


Textbooks: Our main texts will be Software Foundations (Volumes 1 and 2 by Pierce et al., Volume 3 by Appel), available free online. (Use the link here, not the Software Foundations home page, to make sure you get the version in sync with this semester's course.) You can download the whole thing as (gzipped tar files) sf.tgz, or (zip files) sf.zip.

We will use the Coq 8.7.1 Reference Manual and the Coq 8.7.1 Standard Library

We will use the Objective Caml manual.

Other required reading (later in the semester):

Dafny tutorial, by Rustan Leino, 2011.

Boolean Satisfiability Solvers: Techniques and Extensions by G. Weissenbacher and S. Malik, in Tools for Analysis and Verification of Software Safety and Security, T. Nipkow, O. Grumberg, B. Hauptmann, G. Kalus, editors, IOS Press, NATO Science for Peace and Security Series, Spring 2012.


Software: We will use the following software.

The Coq theorem prover, version 8.7.1 (download here). It is free software, and you should install it on your own computer.

The Objective Caml dialect of the ML programming language. This is free software. It is installed on hats.princeton.edu, on penguins.cs.princeton.edu, and on OIT cluster computers. Or it's easy to install on your own computers.