CS010
-- Introduction to Computer Science I Fall 2005
(last updated 9/2/2005)
Updates: [8/26/2005] If you'll be using your own laptop or
if you want to use DrScheme on your desktop, you will want to download and install it.
Select version and then the appropriate platform for your
machine. The stable version (209) will be sufficient although we
may be using the alpha version in class (299.200).
This course introduces students to solving problems by writing computer
programs in the language Scheme.
Students are not expected to have had
any prior programming experience. My goal is for everyone to have
fun learning this material. However, my only guarantee is that if
you want to do well in the course and you invest the needed time to do
so, you will.
Scheme is a wonderfully simple yet powerful language that is ideal for
students new to Computer Science. There are only
a hand-full of language elements and we will learn them early in the
semester. The simplicity of the language lets us quickly reach a
stage where we can write programs that do interesting and fun
things. We will be writing network applications and simple
animated games well before the end of the semester.
By the end of the semester,
you will be reasonably fluent in Scheme. We will model the course
after learning a foreign language by immersion. Each class
meeting, we will introduce some new material, and then begin writing
programs
-- sometimes together, sometimes individually -- using the material
just presented.