Lab 12: Project 4 Scheme Interpreter

Table of Contents

Deadline

By the end of this lab, you should have submitted the lab12 assignment using the command submit lab12.

This lab is due by 11:59pm on 8/5/2014.

Here is a starter file for this lab.

Project 4

For today's lab, we will be having you get started on Project 4, building a Scheme interpreter in Python. For today's lab submission, you must modify scheme.py, scheme_reader.py, and scheme_primitives.py. To get full credit on today's lab, you must finish and submit up to and including Question 6 on the project. Head over to Project 4 to grab the necessary files and get started.