Announcements
Instructor Contact Info
Course Description
Course Textbook
Course Policies
Course Schedule
Course Homework Exercises
Additional Useful Links
Programming in SML
Name | Role | Office | Office hours | Phone | |
---|---|---|---|---|---|
David MacQueen | Professor | Ryerson 256 | Tue, Thu: 3:30-5:00pm | (773) 702-4980 | dbm@cs.uchicago.edu |
The use of type systems in the design and analysis of languages has been particularly successful for functional and object-oriented languages, so most of the language examples will be taken from these families of languages.
This course will cover the basic ideas of type systems, their formal
properties, their role in programming language design and their
implementation. Exercises involving design and implementation will
explore the various options and issues.
Almost all the material covered in the course is included in this text book. The lecture slides will also be made available as PowerPoint and postscript or pdf documents.
The textbook will be published by the second half of January. Meanwhile, the first 11 chapters of the book are available in this postscript file.
Lecture Date Topic Reading Slides Code 0 1/03 Introduction, overview, history, administration 1, (2) ppt,pdf 1 1/08 Preliminaries: syntax, operational semantics 3,4 ppt,pdf arith.tgz 2 1/10 Introduction to the lambda-calculus 5.1,5.2 ppt,pdf 3 1/15 Formalizing the lambda-calculus 5.3, 6, 7 ppt,pdf untyped.tgz 4 1/22 Types; the simply typed lambda-calculus 8,9,10 ppt,pdf tyarith.tgz
simplebool.tgz5 1/24 Simple extensions; derived forms 11 ppt,pdf letexercise.tgz 6 1/24 More extensions 11 7 1/29 References 13 8 1/31 Subtyping 15 9 2/05 Metatheory of subtyping 16,17 10 2/07 Imperative objects 18 ppt,pdf 11 2/12 Recursive types 20 12 2/14 Metatheory of recursive types 21 ppt,pdf 13 2/26 Type reconstruction 22 ppt,pdf 14 3/1 Universal polymorphism 23 ppt,pdf 15 3/1 Existential polymorphism; ADTs 24, (25) ppt,pdf 16 3/7 Bounded quantification; objects 26, 27 17 3/05 Type operators; F-omega 29,30 3/14 Final Exam