What?

This is a course on the study, design, and implementation of programming languages.

The course works at two simultaneous levels: first, we will use a programming language that can demonstrate a wide variety of programming paradigms. Second, using this language, we will learn about the mechanics behind programming languages by implementing our own language(s). The two level approach usually means that we will often see how to use a certain feature, and continue by implementing it.

When? Where?

Who? Office hours?

Who/RoleContactWhenWhere
Eli Barzilay
Instructor
eli
@barzilay.org

Slack: @eli
Tuesday ~9:17pmin class or schedule
or DM
Wednsday ~8–10pmon-line
Lucas Sta Maria
Head TAGrader
stamaria.l
@northeastern.edu

Slack: @Lucas
Monday 8–10pmWVH 102
Friday 12noon–2pm
Ally Choung
TAGrader
choung.a
@northeastern.edu

Slack: @Ally
Tuesday 10am–12noonZoom
(6795081639)
Friday 10am–12noon
Emery Jacobowitz
TAGrader
jacobowitz.e
@northeastern.edu

Slack: @Emery
Tuesday 2–4:30pmZoom
(7235650079)
Thursday 2–4:30pm
Vlad Manoylo
TAGrader
manoylo.v
@northeastern.edu

Slack: @Vlad
Monday 2–4pmZoom
(7150261720)
Thursday 11am–1pmWVH 102
Joel Keohane
TAGrader
keohane.jo
@northeastern.edu

Slack: @Joel
Monday 11am–1pmWVH 102
Sunday 11am–1pm
Thomas Lim
Grader
lim.hyu
@northeastern.edu

Slack: @Thomas
(Schedule by Email)
(You can also email anyone to schedule a meeting at other times or other places if needed.)
  • TA hours are for help with the material and/or the homework,
  • Grader hours are for grading issues.

See also the Tutors page.

Textbook & Syllabus

We will be using class notes instead of a textbook. The class notes will be available here after each lecture.

See the syllabus page for an approximate list of topics.

The class and the notes are roughly based on Programming Languages: Application and Interpretation, a book that is available in PDF format, courtesy of the author. However, we will use a slightly different language for code, and we will often diverge from the book’s text (expanding more on some parts, and skip a few others) — therefore, this should mostly be considered as a recommended book and not the textbook.

In addition, Essentials of Programming Languages can be used as an additional “second opinion” alternative. It is usually more formal, but covers roughly the same materials. (It should be available in the campus store.)

Grades

Policies

Joint Work

Some of the homework assignments will be for individual work, and some for pairs. For individual homework assignments, no collaboration is allowed. For pair-homework, it is okay for a pair to discuss the problems with others, but code should never be shared (outside of each pair).

Under no circumstances may you hand in work done with (or by) someone else under your own name. If in doubt, credit the person(s) who helped you and/or ask us for advice, or better: ask. Your code should never be shared with anyone other than your partner. (The nature of this course makes it very easy to find shared work.)

In addition, you should not submit your work as a pair if your partner did not work with you. You are expected to know all homework, so do not let your partner do everything.

Class Notes and Other Materials

Most class material is made available on the course web pages, in the Class Notes Section. It is therefore best if you focus on the material instead of just copying everything.

More specifically: Laptops are not allowed in class! Note: “Laptop” here stands for a range of devices, including tablets, smartphones, etc. See this this page for more information and reasons.

In addition, homework solutions will be posted through the handin server, and therefore they are available for students only. You should not make any homework solution (either the posted one or your own work) public in any way.

Web Page, Piazza & Email

Important updates will appear on the course front page, and often in piazza. You are therefore are expected to read piazza messages frequently. See the Piazza Section for details.

Also, read through the Email and Piazza Policies page to learn how to use email and piazza in this course.