Re: Choice of introductory programming language to a freshman class

2009-04-06 Thread Jay McCarthy
I've had a lot of success using the How to Design Programs textbook (http://www.htdp.org/), which uses a series of Scheme-based languages explicitly designed for beginners. The TeachScheme, ReachJava! (http://www.teach-scheme.org/) curriculum uses this book in a two-semester sequence where

Re: Choice of introductory programming language to a freshman class

2009-04-06 Thread Bennett Kankuzi
Dear All, Many thanks to everyone for taking your time to air out your views on the question I had posted on the forum. For now I will use C since the students will need to learn the art of problem solving but most importantly they also need to learn the basics of programming like data types,