Synopsis

  • Term: Spring 2023
  • Time: Monday, Wednesday, Friday, 10:00am – 10:50am
  • Place: Olsen Hall - 114 (North Campus)
  • Instructor: Paul Downen <paul@pauldownen.com>
  • Office: Dandeneau Hall, Room 305
  • Office Hours: Monday, Wednesday, Friday, 11:00am – 12:00am, or by appointment

Class Description

Analytical approach to the study of programming languages. Description of the salient features of the imperative, functional, logical, and object-oriented programming paradigms in a suitable metalanguage such as Scheme. Topics include iteration, recursion, higher-order functions, types, inheritance, unification, message passing, orders of evaluation, and scope rules. Elementary syntactic and semantic descriptions. Implementation of simple interpreters.

Class Objectives

At the end of this course, students should understand

  • • how programming languages are defined and specified, including both their syntax and semantics,
  • • key ideas from several programming paradigms (with emphasis on object-oriented and functional paradigms), their strengths, and their weaknesses,
  • • core concepts, such as variable scope and recursion, that are common among all languages and paradigms,
  • • how to create simple interpreters for minimalistic programm

Prerequisites

Prerequisite: COMP 2010 - Computing III