6.001 Recitation #1 – Feb 5, 2003

 

RI: Konrad Tollmar

www.ai.mit.edu/~konrad/6001/

konrad@ai.mit.edu

 

-         Intro

-         Logistics

-         Tutor

-         Scheme exp

-         Reminders

 

Logistics

Basically the course is divided into 6 componets.

 

 

Tutor

The tutor system will be your main interface towards the online material. But first you need to register at: http://sicp.ai.mit.edu/  Everything you do here is recorded, so we could check if and when you have done your problem set.

 

Scheme Exp                       Value                      Type            

 

7 

 

8.5

 

(+ 2 4)

     

(* (- 5 3) (/ 9 3))

      

(7 - 4)

 

 

 

(+ 60 5 2)

(/ 60 5 2)

 

 

(define add +)

(add 12 13)

 

(define four 4)

four

(+ four 1)

 

Reminders

• Register on 6.001 Tutor system.

• Next recitation Friday. On-line lecture 2 strongly recommended.

• Problem Set 1: Beginning Scheme
- To Be Completed By: Feb 11.

• Project 0: Play with Edwin
- To Be Completed By: Feb 14.