Righteous Wrath Online Community

General => Lobby => Topic started by: Thorin on April 27, 2012, 12:58:58 PM

Title: Interesting way to introduce basic programming to kids
Post by: Thorin on April 27, 2012, 12:58:58 PM
http://drtechniko.wordpress.com/2012/04/09/how-to-train-your-robot/

This guy made a game where kids control their parent (their "robot") via basic instructions.  It covers some very basic fundamentals of programming, not the least of which is that programming is really just a recipe for getting something done.
Title: Re: Interesting way to introduce basic programming to kids
Post by: Darren Dirt on April 27, 2012, 01:16:01 PM
Quote...my computer teacher in high school had told me ?you don?t need to waste your time learning how to program. Now we have visual tools to build programs. Programming languages are already obsolete.?


Nice going, you and others like you just doomed your nation's economy to 2nd-class status after the coming generation grow up.


DIAGF_candidates.addToList(ThatTeacher);
Title: Re: Interesting way to introduce basic programming to kids
Post by: Mr. Analog on April 27, 2012, 01:24:20 PM
Quote from: Darren Dirt on April 27, 2012, 01:16:01 PM
Quote...my computer teacher in high school had told me ?you don?t need to waste your time learning how to program. Now we have visual tools to build programs. Programming languages are already obsolete.?


Nice going, you and others like you just doomed your nation's economy to 2nd-class status after the coming generation grow up.


DIAGF_candidates.addToList(ThatTeacher);

When was the last time you touched Assembly, Mr. Fourth Generation Language Coder?
Title: Re: Interesting way to introduce basic programming to kids
Post by: Thorin on April 27, 2012, 01:50:05 PM
In fact, if you read the original article the guy gave the kids a sheet with visual symbols as programming instructions.  So in a way he was using visual tools.

...

An' yeah, if I create a new web app I frequently create my first pass of the forms with a visual editor.  I'll clean the HTML up later.