HtDP - Chapter 1 & 2.1
------

Syllabus/website/resources

Why are you here?

What is programming?

What does a programmer do?

Elementary school math is computation

Middle school math is more operations and symbolic computation

Computers are fast students that don't speak English

Humans speak information
-- Like what

Computers need data
-- What kinds

Computer do operations
-- Like?

> show the hello world skeleton & run the program

> make stupid mistakes

> print some numbers (integers and decimal)

> do some operations (+, -, *, /)

> nest operations

> more operations


