CS 331 Spring 2013: Programming Languages |
Department: Computer Science,
UAF
Instructor: Glenn G. Chappell
Office: 201B Chapman
Office Hours:
11:45–1:45 MWF, 9:30-11:30 T, 2:00-3:00 T on spring 2013 class days,
or by appointment
Office phone: (474-)5736
E-mail: ggchappell@alaska.edu
Paper mailbox: Inside the CS Department office, 202 Chapman
Procedures will be much like the midterm: the exam will be closed-book, and students may bring one handwritten sheet of notes.
Materials are listed with the most recent at the top.
Week | Class Meetings | Readings & Homework | Handouts, Sample Code, Etc. |
---|---|---|---|
Week 15 & Finals 5/6–5/10 |
|
||
Week 14 4/29–5/3 |
|
||
Week 13 4/22–4/25 |
|
||
Week 12 4/15–4/19 |
|
||
Week 11 4/8–4/12 |
|
|
|
Week 10 4/1–4/5 |
|
|
|
Week 9 3/25–3/29 |
|
|
|
Week 8 3/18–3/22 |
|
|
|
Spring Break | |||
Week 7 3/4–3/8 |
|
|
|
Week 6 2/25–3/1 |
|
|
|
Week 5 2/18–2/22 |
|
|
|
Week 4 2/11–2/15 |
|
|
|
Week 3 2/4–2/8 |
|
|
|
Week 2 1/28–2/1 |
|
|
|
Week 1 1/22–1/25 |
|
|
|
Week 0 1/17–1/18 |
|
|
|
print
now requires parentheses:
write
“print(x)
”
instead of
“print x
”.
(Despite the similar title,
this appears to be unrelated to the Haskell reading.)
ggchappell@alaska.edu