Difference between revisions of "CS522 - Programming Language Semantics (Fall 2018)"
(→Lecture Notes, Useful Material) |
(→Lecture Notes, Useful Material) |
||
Line 57: | Line 57: | ||
:* '''''Simply-Typed Lambda Calculus''''' | :* '''''Simply-Typed Lambda Calculus''''' | ||
− | ::* Cartesian Closed Categories as models for simply-typed lambda-calculus. | + | ::* Basic notions: type system, equational semantics, models, completeness. {{pdf|CS522-Fall-2018-Simply-Typed-Lambda-Calculus.pdf|Slides}} |
+ | ::* Cartesian Closed Categories as models for simply-typed lambda-calculus. {{pdf|CS522-Fall-2018-PL-CCC.pdf|Slides}} | ||
:* '''''Recursion, Types, Polymorphism''''' | :* '''''Recursion, Types, Polymorphism''''' | ||
::* Recursion and Types. | ::* Recursion and Types. | ||
::* Polymorphism. | ::* Polymorphism. |
Revision as of 13:44, 23 October 2018
Students enrolled in this class are expected to check this web page regularly. Lecture notes and important other material will be posted here.
Course Description
CS522 is an advanced course on semantics of programming languages. Various semantic approaches and related aspects will be defined and investigated. Executable semantics of various programming languages and paradigms will be discussed, together with major theoretical models.
- Meetings: Tu/Th 9:30 - 10:45, 1103 Siebel Center
- Professor: Grigore Rosu (Office: SC 2110, WWW: http://fsl.cs.illinois.edu/grosu, Email: grosu@illinois.edu)
- Office hours: By appointment, very flexible (held by Grigore Rosu in SC 2110)
Piazza Page
Lecture Notes, Useful Material
The links below provide you with useful material for this class, including complete lecture notes. These materials will be added by need and more topics will be added.
- Conventional Semantic Approaches
-
Slides (PDF)
Slides (PPTX)
(incomplete)
-
Book material on IMP, Big-Step SOS, Small-Step SOS, and Denotational Semantics
- Rewriting Logic and Maude
-
slides
- recommended only for a quick look
-
Book material
- recommended
-
-
HW1 (due Tuesday, September 18) ![]() |
---|
The following exercises are from the book material above. Do them only in Maude (that is, not on paper) by modifying ![]() ![]() In case you are not familiar with Maude, you are encouraged to do the following exercises to warm-up (but please do not include them as part of your HW1 submission): Exercise 30; Exercise 32; Exercise 33; Exercise 35; Exercise 36. All at pages 80/81. |
HW2 (due Wednesday, October 3 - easy HW, so earlier submission possible and appreciated) ![]() |
---|
The following exercises related to denotational semantics are from the book material above: Exercises 80, 81, 82 ((page 168; write these up on paper, or in a PDF); Exercise 83 (page 169; do it only in Maude (that is, not on paper) by modifying ![]() ![]() |
HW3 (due Monday, October 15) ![]() |
---|
Combine all the individual extensions of IMP in ![]() ![]() |
HW4 (due Monday, October 29) ![]() |
---|
Same as HW3 but for the three additional semantic approaches discussed in the lecture notes above: MSOS, RSEC, and CHAM. Use ![]() ![]() |
- Lambda Calculus and Combinatory Logic
- Category theory: definition, diagrams, cones and limits, exponentials
- Simply-Typed Lambda Calculus
- Recursion, Types, Polymorphism
- Recursion and Types.
- Polymorphism.