in reply to How to introduce 8 year olds to (Perl) programming?
If you want to give them a good starting point for learning to program, show them Logo and teach them some of the basics. In 20 minutes, you can probably introduce them to instruction statements and looping, and get them to write a simple program to draw a square using turtle graphics. It's not much, but it lets them actually try to do something themselves.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to introduce 8 year olds to (Perl) programming?
by hardburn (Abbot) on Apr 26, 2005 at 13:05 UTC |