6.001 Spring 98: Current announcements

May 26

Final exam information: Here is a copy of the final exam.

May 11

Final exam announcement

May 5

We just (1:15 PM, May 5) made a change to the problem set code in the lab and on the web, which fixes a couple of glitches. If you have already loaded the code, you can reload it from the web, or you can make the following patches to waht you already have:
1) In eceval-support.scm modify the definition of 
primitive-procedures to include 

  ...
  (list 'pair? pair?)
  (list 'list list)

2) Also define standard-primitives to be the same as primitive-procedures
since we use the former term in the description in the problem set.

3) In eceval-compilter.scm, add a definition for compile-and-display

  (define (compile-and-display expression)
   (pp (assemble (statements 
                   (compile expression 'val 'return))
                 eceval)))

and a definition for continue-eceval

  (define (continue-eceval)
    (set-register-contents! eceval 'flag false)
    (start eceval))

April 19

Here is some information on grades for quiz 2.

April 9

The rooms and times for quiz review have been changed. The reviews will be
Sunday 7-9:26-168
Sunday 8-10:24-121
Monday 7-9:4-163

Also, please contact your tutor if you had trouble finishing PS8 because of the flooding in building 34 Wednesday night and you need an extension.

March 31

Special evening workshop on computer science and public policy, Monday, April 6. To attend, you must register before April 1.

March 12

Here is some information on the grading of quiz 1. (Updated March 15.)

March 2

Since only some of recitation sections return microquizzes, we are placing past quizzes on the web as a study aid.

February 26

Here is the PICS code from lecture today.

Return to 6.001 Home Page

Send comments about this site to 6001-webmaster@ai.mit.edu.
Copyright ) 1997 by Massachusetts Institute of Technology. All rights reserved.
Last modified: May 11 1998, 4:14 PM