What features are important in a programming language for beginners?

Posted by NoMoreZealots on Stack Overflow See other posts from Stack Overflow or by NoMoreZealots
Published on 2010-03-25T19:10:01Z Indexed on 2010/03/25 19:13 UTC
Read the original article Hit count: 295

I was talking with some of the mentors in a local robotics competition for 7th and 8th level kids. The robot was using PBASIC and the parallax Basic Stamp. One of the major issues was this was short term project that required building the robot, teaching them to program in PBASIC and having them program the robot. All in only 2 hours or so a week over a couple months. PBASIC is kinda nice in that it has built in features to do everything, but information overload is possible to due this.

My thought are simplicity is key.

When you have kids struggling to grasp:

if X>10 then

There is not much point in throwing "proper" object oriented programming at them.

What are the essentials needed to foster an interest in programming?

© Stack Overflow or respective owner

Related posts about programming

Related posts about teaching