Slashdot Mirror


Ask Slashdot: Best Book Or Game To Introduce Kids To Programming?

New submitter connorblack writes "My very gifted nephew is about to turn nine this month and I would love to get him some sort of fun, engaging book or game to introduce him to the basic concepts of programming. I have a feeling if approached correctly he would absolutely devour the subject (he is already working through mathematics at an 8th grade level). What I first was looking at were the Lego Mindstorm programmable robots- which would have been perfect, if only they weren't around 300 dollars... So if there's anything similar (or completely new!) you've either heard praise about or used yourself with your kids, it would be great to get a recommendation. Also if possible I would want to stick to an under 100 dollar budget." Would a nine year old be able to follow The Little Schemer?

246 comments

  1. The Perl Obfuscation game by colin_faber · · Score: 1, Funny
    1. Re:The Perl Obfuscation game by Anonymous Coward · · Score: 0

      I'm a child molester. I like 'em young. The cows, that is.

      Ba-dum-tsh!

    2. Re:The Perl Obfuscation game by danceswithtrees · · Score: 4, Funny

      Obfuscated Perl is redundant.

    3. Re:The Perl Obfuscation game by Anonymous Coward · · Score: 0

      Project Echelon has already alerted the appropriate law enforcement agency and added you to the international watch list. Oh is that a child you are leering at as you cruise slowly through a school zone? The cameras caught you...the police will be knocking on your door at 05:00 local time.

    4. Re:The Perl Obfuscation game by Anonymous Coward · · Score: 0

      Perl is far from redundant and the flexibility of the language is only matched by its implementation worldwide...

    5. Re:The Perl Obfuscation game by cultiv8 · · Score: 2

      AC troll got trolled

      --
      sysadmins and parents of newborns get the same amount of sleep.
  2. $300 is a bargain by Anonymous Coward · · Score: 3, Insightful

    Isn't your nephew's future worth the price of a couple days at Disneyland?

    1. Re:$300 is a bargain by crutchy · · Score: 1

      maybe, if you happen to have enough money to otherwise blow on a couple of days at disneyland... for the rest of us $300 is expensive

    2. Re:$300 is a bargain by Anonymous Coward · · Score: 1

      Sorry if you don't make much money. The point is, people readily blow that much on things of considerably lesser value. It all depends on what you get out of it. People will happily pay $300 for an iPod or video game console that doesn't teach them anything.

    3. Re:$300 is a bargain by crutchy · · Score: 1

      People will happily pay $300 for an iPod or video game console that doesn't teach them anything

      just because they do doesn't mean they should

  3. Scratch by Anonymous Coward · · Score: 3, Informative

    My kids started using Scratch when he was 6 and has written two player race car games and other stuff with it.

    1. Re:Scratch by serialband · · Score: 2

      I would 2nd this. It's a good, easy way to start off. My kids started leaning by modifying several existing games that other people had uploaded and now create their own. The older one went on to learn Java with his friend over the summer.

    2. Re:Scratch by JoeMerchant · · Score: 1

      Mod parent up. Free, fun, community, easy, challenging.

    3. Re:Scratch by Anonymous Coward · · Score: 2, Interesting

      +1 for Scratch, my son loved that at age 8. Later he tried Alice but didn't like it as much. Several years ago we got him an excellent kid-oriented Python book, "Hello World! Computer Programming for Kids and Other Beginners" by Warren D. Sande and Carter Sande (http://www.manning.com/sande/), highly recommended. Gets into graphics via Pygame.

    4. Re:Scratch by FireFury03 · · Score: 3, Funny

      The older one went on to learn Java with his friend over the summer.

      My condolences. :(

    5. Re:Scratch by Buchenskjoll · · Score: 1

      So give him Scratch along with a t-shirt that says: "It was my birthday and all my cheapskate uncle gave me was Scratch and this t-shirt".

      --
      -- Make America hate again!
    6. Re:Scratch by helix2301 · · Score: 1

      Scratch is great I agree

    7. Re:Scratch by Anonymous Coward · · Score: 0

      +1 same with my son. scratch.mit.edu It's still his go to language for quick and dirty coding (he's 10 now).

    8. Re:Scratch by Spiridios · · Score: 1

      Scratch, visual multimedia programming system from MIT. http://scratch.mit.edu/

      I'm going to repeat my post from above. If they like Scratch, consider Stencyl. It's a game engine that uses something like Scratch as the programming language. Caveat: my nephew couldn't work through the tutorial on his own and, unfortunately, too much distance has prevented me from working through it with him (there are minor omissions in the tutorial). Caveat 2: their downloadable code modules are a bit buggy. The ones I tried weren't completely broken though, so it's good for someone who's eager to learn to code and debug.

    9. Re:Scratch by Anonymous Coward · · Score: 0

      you're retarded - nothing compares to Java for broad usability across devices and OSes

  4. Minecraft by rwa2 · · Score: 4, Informative

    Google for Redstone Circuits and go to town. There's that running EE joke that you can build any logic circuit with nothing but NOT gates. Redstone pretty much gives you exactly that.

    For real programming, maybe just throw them at http://learnpython.org/ and give them an ipython shell to play with until they're ready to start programming a dungeonmaster / chatbot for their minecraft server. That's my plan with my kids (10 & 7) at the moment.

    1. Re:Minecraft by BasilBrush · · Score: 2

      Defender. Working out all the details of how that worked kept my mind busy for years. I finally wrote a very close clone of it 27 years later, (Though I did quite a few other things in between.)

    2. Re:Minecraft by Anonymous Coward · · Score: 0

      If Python is the route you take a child - check out Snake Wrangling for Kids (http://briggs.net.nz/snake-wrangling-for-kids.html)

    3. Re:Minecraft by Anonymous Coward · · Score: 0

      Also look at the redpower and tekkit (because it includes redpower) mods.

      Includes many gates/latches as a single block, as well as an emulated computer similar to a 6800

    4. Re:Minecraft by Gideon+Fubar · · Score: 1

      http://0x10c.com/

      Not yet released, but looks quite cool.

      --
      http://www.xkcd.com/354/
    5. Re:Minecraft by Anonymous Coward · · Score: 0

      Code Hero!!! It is a GREAT FUN video game that teaches coding in many of the most common languages! Excellent for kids cuz its sooo fun ! signed an ex computer teacher

    6. Re:Minecraft by Anubis+IV · · Score: 4, Informative

      Seriously, redstone is crazy stuff.

      If you want something a bit more abstract though, why not something like SpaceChem? It's essentially programming disguised as a game, from what I can tell. You have to create algorithms graphically to solve a problem. It's pretty simple as far as the actual "programming" goes, but it gets people thinking along those lines, and it'd let you know if there might be some interest in those sorts of activities, perhaps.

    7. Re:Minecraft by JazzHarper · · Score: 1

      There's that running EE joke that you can build any logic circuit with nothing but NOT gates.

      It's not a joke. That's what I did for the first three years of my career.

    8. Re:Minecraft by Barlo_Mung_42 · · Score: 5, Informative

      Another good option is Arduino. Easy to teach basic structure while wiring up lights and buzzers and stuff to make it fun.

    9. Re:Minecraft by citizenr · · Score: 3, Funny

      http://0x10c.com/

      Not yet released, but looks quite cool.

      Learn to program from a guy who puts 1 cycle Division instructions in imaginary CPUs. What could possibly go wrong? :)

      --
      Who logs in to gdm? Not I, said the duck.
    10. Re:Minecraft by Dahamma · · Score: 1

      Making you try to build anything interesting with NOT gates would be a pretty good joke, really. Especially if they made you do it for three years!

      Now if they had only let you use NOR gates...

    11. Re:Minecraft by excelblue · · Score: 1

      Don't you mean NAND gates?

    12. Re:Minecraft by JazzHarper · · Score: 1

      Making you try to build anything interesting with NOT gates would be a pretty good joke, really. Especially if they made you do it for three years!

      Now if they had only let you use NOR gates...

      The SBP9900 (a bipolar, radiation-hardened version of the TMS9900 16-bit microprocessor) was designed in 1976 using nothing but inverters. Pretty interesting, I would say, considering there were no other 16-bit microprocessors on the market at that time.

    13. Re:Minecraft by nedlohs · · Score: 2

      It's NAND gates (or NOR gates) that are functionally complete. And I'm not sure it's a running joke rather than an important mathematical property. Well important is a relative term...

    14. Re:Minecraft by Dahamma · · Score: 1

      Ok, if you want to cheat and claim two I2L inverters wired together isn't creating an implicit AND gate, sure.... :)

    15. Re:Minecraft by Canazza · · Score: 1

      It's even funnier than that, read his Twitter feed, he keeps posting his programming whoospies he discovers while programming 0x10c. I understand now why Minecraft was in such a terrible state.

      --
      It pays to be obvious, especially if you have a reputation for being subtle.
    16. Re:Minecraft by Canazza · · Score: 2

      People keep calling Redstone Torches NOT Gates because they forget that they're actually 5-input NOR gates (4 sides plus bottom, with top as an output)

      --
      It pays to be obvious, especially if you have a reputation for being subtle.
    17. Re:Minecraft by Anonymous Coward · · Score: 0

      I strongly recommend the GameMaker series of tools. They are available on Steam or from the GameMaker website at a base cost of 40 dollars and it let's kids build games and apps using a block based ide much like the Lego robots ide. I used this product to successfully teach similar aged students for years check it out at http://www.yoyogames.com/gamemaker/studio

      There are many tutorials and guides out there too and when he is ready there is a javascript like language under that graphical ide that is really great. Both the graphical and code ide are high level oop.

    18. Re:Minecraft by Creedo · · Score: 2

      Seconded. And they have shields and sensors for damned near everything. We start playing with Gameduino, but we're also messing about with the motor shields(with hacked up RC vehicles), mp3 shields and a touchscreen.

      --
      All that is necessary for the triumph of good is that evil men do nothing.
    19. Re:Minecraft by wikthemighty · · Score: 1

      SpaceChem is a fantastic game, and is the first game in a long while to remind me of the old The Learning Comany games like Rocky's Boots and Robot Odyssey.

      --
      "There are people who do not love their fellow human being, and I _hate_ people like that!" - Tom Lehrer
    20. Re:Minecraft by smbell · · Score: 1

      With minecraft try out the Computer Craft mod. Gives you programmable computers and 'turtle' robots.

    21. Re:Minecraft by Eddy_D · · Score: 1

      Or take the advanced class, RedPower 2.

      Caveat, it is hard to get into MC modding, due to the relatively difficult learning curve, and getting the environment setup (Eclipse, MCP'd Java code, etc) so, although fun, its not my first pick.

      There was a game released a few years ago though (5?) that involved landing on a planet and writing small scripts for controlling robots used in exploring the planet. I cannot remember the title, but it was easy to learn the scripting, I think it was based on Java...

      --
      - I stole your sig.
  5. Wow it's been almost a month by Anonymous Coward · · Score: 0

    since this question came up on \. Must be a slow news day.

    1. Re:Wow it's been almost a month by Revotron · · Score: 1

      It's been a whole month? Jeez, the Ask Slashdot editors are really off their game. We should be seeing this at least once a week.

    2. Re:Wow it's been almost a month by Press2ToContinue · · Score: 0

      Can we get an admin to cut-and-paste all the replies from the previous time this was posted please? Thanks.

      --
      Sent from my ENIAC
    3. Re:Wow it's been almost a month by Anonymous Coward · · Score: 0

      since this question came up on \. Must be a slow news day.

      Who cares when something came up on some other site?

  6. Python, Panda3d, MyGameFast by Anonymous Coward · · Score: 2, Interesting

    How about you first show him this:

    http://www.mygamefast.com/

    Then you show him the ORiley Python Book.

    1. Re:Python, Panda3d, MyGameFast by Anonymous Coward · · Score: 0

      Eh, I donno. I tried MyGameFast and got quite far into it (he's been on 7 for more than a year, so I don't think we're seeing any more updates). But as far as I got, I still didn't have any idea how to use Panda.

      It's a great little engine, but I'm convinced it's not really for a beginner.

      Perhaps something like Unity3d or GameMaker would be a bit better for a kid? Heck, Unity3d even supports Boo which is basically Python, so there ya go if Python is your make/break issue.

  7. False premise by Anonymous Coward · · Score: 0

    If he hasn't figured out how to program by himself by now, I doubt I would characterize him as "very gifted".

    1. Re:False premise by Anonymous Coward · · Score: 0

      Maybe it's the other kind of gifted. Kind of like girls with great personality.

    2. Re:False premise by Anonymous Coward · · Score: 0

      If he hasn't figured out how to program by himself by now, I doubt I would characterize him as "very gifted".

      In my home state, we expected the kids to complete Algebra I in the 7th grade and Algebra II either 9th or 10th grade. Honors students completed Algebra II in the 8th grade and were taking Calculus by their Junior year. The state I live in now has the honors kids doing Algebra I in 9th grade and the regular kids are still doing basic math, so saying he's at an "8th grade level" doesn't really tell us much.
      Regardless, if he's completed Algebra I then he should have a basic understanding of variables and functions, and beyond that your level of math really doesn't have much to do with an ability to learn to program. It's more about being able to break problems down logically into steps than the actual math skills themselves.

  8. ROBLOX - 3d scripting/building game by Anonymous Coward · · Score: 1

    He should try ROBLOX. It was a great and fun way to learn programming concepts. It's a 3D block building game, like legos but programmable. www.roblox.com
    Scratch is too basic and childish, IMO.

    Let your son know that if he messages me on ROBLOX I can give him a LOT of the currency (my account is Ozzypig) but only if you buy him the Builders Club ($6 a month). I'd still be able to help him out - I help manage the two largest scripting help groups on that site.

  9. GORILLA.BAS by damn_registrars · · Score: 3, Interesting

    That was the first game I ever changed the code on. Of course, first we played it as is to figure out what we could do. Then we went into the code and broke it - who says bananas can't fly straight through solid buildings?

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    1. Re:GORILLA.BAS by Anonymous Coward · · Score: 0

      We're doing an homage to Gorilla.bas! Our game is called Great Apes. It's got a single player mode of 50 levels as well as a multiplayer that very much is gorilla.bas!
      Check it out at http://www.indiegogo.com/archaicsouls/ and help us get started!

    2. Re:GORILLA.BAS by dudpixel · · Score: 0

      This.

      Well for me it started much earlier than this, when my parents bought an Amstrad CPC6128 and it came with programming manuals. I borrowed some "usborne" books from the library and typed the code into the computer. Then I figured out how to change it and basically learnt through trial and error.

      I figured out how to do animation on my own in grade 5 or 6 (probably about age 10) and the rest is history. I taught myself BASIC, pascal, C, C++, perl, python, HTML. Once you know one language, moving to another is a lot easier.

      I wrote many games of my own on the Amstrad. There is no better way to learn IMO, but it probably depends on your learning style. I learn best by "doing".

      My learning was all self-directed, which probably doesn't fit with your question much. No one really got me started. My older siblings found the usborne books in the library, but weren't interested in them. I pretty much only borrowed programming books, and enjoyed the regular visits to the library.

      --
      This seemed like a reasonable sig at the time.
    3. Re:GORILLA.BAS by damn_registrars · · Score: 1

      In the unlikely event that you'll come back to read my reply, it's worth pointing out that I don't care about any of the platforms you are listing plans to release titles for. Release something - especially your "final right" platform fighting game - for Wii or Linux and I'll happily send money your way.

      --
      Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    4. Re:GORILLA.BAS by Anonymous Coward · · Score: 0

      Exactly, Assembly Language for Kids: Commodore 64 worked for me so it should work for the current generation!

      (Seriously, check it out, the drawings are great!)

    5. Re:GORILLA.BAS by Anonymous Coward · · Score: 1

      I'll second something along these lines. My first PC was a Laser - an Apple IIe compatible from Sears. Got this in 3rd or 4th grade.

      In 6th grade, the school library had a book - "Games Apples Play" - which was basically Apple BASIC code for maybe 20 or so games. Since the book didn't have the floppy with the games, I had to copy the games, by hand, to play them (the sad thing - until I copied a few games, I didn't know how to save my work). Then I started playing with the code to see how I could change it.

      That's how I got started and interested in coding, so I'll second damn_registrars. Find something relatively simple, with existing code that can be modified, as this gets you quickly into messing with code. Once he gets hooked, he can then expand.

    6. Re:GORILLA.BAS by debraye · · Score: 1

      Those where the days... My absolute first programming experience was with Atari XE, i remember spending hours to make a seagull fly across the screen and make some sounds, only to have the first run of my program interrupted by a power outage.

    7. Re:GORILLA.BAS by dudpixel · · Score: 1

      I wasn't suggesting any particular language as a starting point, but rather the method of learning. Too much hand-holding is not the best way IMO.

      --
      This seemed like a reasonable sig at the time.
  10. I'm not sure about today by Anonymous Coward · · Score: 0

    But I got interested in programming playing Lemonade Stand on the Apple ][ around 1980 or so. Even though the game is simplistic, I wanted to learn how it worked and you could see the code. That is my first exposure trying to figure out how a game worked.

    1. Re:I'm not sure about today by vivian · · Score: 2

      I started with programmg in Applesoft Basic on an Apple ][, and mostly doing stuff like drawing lines and figuring out how to make it draw a circle. (trigonometry was a lot more interesting when I found how you needed to know about sine and/or cos to do that) . If it had existed at the time, I wish I had started programming in c++ instead of having to struggle with those concepts later. Set up a basic graphic framework, give him the tools to draw dots, lines and circles and get him started in writing programs to draw stuff. Just because you are using a C++ compiler doesn't mean you have to know how to write object oriented programs to start with - he could start off with writing pure functional programs, but it will be a lot better to start with a full fledged programming language that will be capable of anything he cares to write, and will be a solid choice for any project.
      The synax is easy - the biggest difficulty will be in learning what the various errors mean, but he'll get the hang of that pretty fast.
      I'd suggest mabey QT if you want to do windows & widgets stuff.

      Don't waste time mucking around with a toy language.

  11. modding video games by theheadlessrabbit · · Score: 3, Funny

    Is there a video game he is particularly fond of?

    Games that are easy to hack and mod are a great start - they are tweaking something they already love. I wasted many hours of my elementary school days tweaking the rules.ini file to make command and conquer's AI a more capable opponent. That lead to scripting one player levels in an attempt to make my own campaign. That lead to...nothing at all....but it might be a start.

    The tools available today seem a lot more complex, but also a lot more open than they were when I was young.

    Good luck.

    --
    -I only code in BASIC.-
    1. Re:modding video games by kale77in · · Score: 1

      We have a winner. There has to be something they themselves want to accomplish by programming. Get that sorted and get out of the way.

      I used to have books of (printed!) computer game programs that I would type into my Atari 800XL, which of course led to writing my own once I knew how they worked, and friends with the same interests playing my games and me playing theirs. There was a 1986 edition of Scientific American which had a Mandelbrot set on the cover, and the algorithm inside, and I remember when the first six-hour run successfully produced a 40x40 image of the whole set.

      The right tech now depends on what they want to accomplish. But get them to imagine themselves showing their friends their OWN phone app, or web app (whether a game or something else), and you won;t have to worry about their motivation from then on. You just need to be there for questions when they hit a roadblock.

      And if they don't like programming, help them be good at what they do like.

  12. Code Monster by Skidge · · Score: 4, Informative

    Check out Code Monster: http://www.crunchzilla.com/code-monster

    It's a game-like site that teaches javascript programming.

    1. Re:Code Monster by Anonymous Coward · · Score: 0

      The first programming book I got when I was like 10 years old was one called Creepy Computer Games. They were all written in BASIC. After typing them all in saving the on cassette (remember those days), I then began to mod them and improve them. Kept me entertained for a couple of years and that's how I got started in programming... I worked as a programmer for 14 years, earned good money, then I changed careers, now I'm an EFL teacher... Wonder if there are any books like that these days?

    2. Re:Code Monster by Anonymous Coward · · Score: 0

      Now I finally know Javascript!

    3. Re:Code Monster by Anonymous Coward · · Score: 1

      This is an actual game with programming in it - it even has recursion :)

        http://armorgames.com/play/13876/jahoomas-logicbox

      It also kind of show how you can implement complex functions from a reduced instruction set - and somehow make it fun!

  13. Scratch by goertzenator · · Score: 5, Informative

    Scratch, visual multimedia programming system from MIT. http://scratch.mit.edu/

  14. Kojo by Troublesome+Itch · · Score: 2

    My 8 year old and 10 year old play around with this and love it. Strange coincidence that it's built using Scala which I use in my day job AND that means I can start using them in my child programmer sweat shop.

  15. ZZT by badrobot · · Score: 2

    ZZT is how I got my start. It is a very old game and of course the "graphics" are terrible, but the game is solid and it's fun. Once you get a little way in you'll come across levels such as The Bank. The Bank is an amazing room (for a ten year old) and for me the concept of programming soon clicked from that experience. In The Bank, you see how you can combine pushers, blocks, and sliders to create a really cool combo lock mechanism. Then, as I recall, there is a little character with some basic programming.

    Anyway, the neat part of ZZT is the editor. You can make your own rooms and as you build your own rooms, you are effectively programming. From simple things like placing monsters and choosing types of breakable walls, to creating physical machines using pushers and sliders, and, finally, to programming using the ZZT object scripting language which allows you to create objects that react to events (e.g. 'touch', 'shot', 'timer', etc.) with actions (e.g. 'print message, aka talk', 'move', 'shoot', etc.).

    ZZT is the game that did it for me. After a little time there I was moving on up to Turbo Pascal and QBasic. I don't know what contemporary kids would think of ZZT today, but I would think you might be able to convince them to give it a shot.

    ZZT is freely available to download and still has a small dedicated fan group following online.

  16. khan Academy CS section by Anonymous Coward · · Score: 1

    http://www.khanacademy.org/cs - uses the processing.js language.

  17. Scratch by MIT by JRHelgeson · · Score: 4, Informative

    http://scratch.mit.edu/

    It is what has gotten my 5 year old engaged.

    --
    Good security is based upon reality and common sense. Common sense is a function of having common knowledge.
  18. SpaceChem by Jeremi · · Score: 5, Informative
    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
    1. Re:SpaceChem by Anonymous Coward · · Score: 0

      My 4 year old loves space chem
      He can't handle the advanced logic yet but he gets looping procedures. I don't expect him to finish it because i haven't. It is way awesome.

    2. Re:SpaceChem by Trubacca · · Score: 1

      I was going to point out this Slashdot post from days past: The Games Programmers Play. SpaceChem was one of the featured games.. and it certainly gets a thumbs up from me.

    3. Re:SpaceChem by sergio · · Score: 1

      From the book "Life with Unix" in the secion on games it gors sort of like this: There is a game called 'cc'. It seems we never finish it.

  19. kids learning by xdcx · · Score: 0

    first i would introduce the fundamental concepts behind programming without getting in to any coding. explain what variables, pointers, functions, are, etc When i first started programming in c & c++ in the 6th grade, I didn't have a teacher, just a crummy book and the internet. I had to figure it all out on my own, writing code wasn't the problem. the problem was understanding the concepts behind everything. It took me a while to understand pointers, and arrays because the information I was receiveing was telling me these were the hard concepts to learn, etc I would of probably dove deeper if it wasn't for being told that something was hard to understand. the problem with today is we treat children as if they are incapable of intellectual understanding. Conceptually yes they don't understand the world as we do, but we shouldn't hold them back. There have been children at the age of 4 or 5 who knew how to speak 3 or 4 different languages. There have been children who learned calculus before getting into highschool. All children are basically geniuses until they are told they are incapable of being so. but for the most part you should be a guidance for him, you can't force anyone to learn something they don't want to learn. If the kid is interested enough to learn he will learn, he just needs to be in the right environment. Anyway my opinion is that people should be learning social skills up to the age of 12, learning how to make friends, etc Today I've noticed social skills have been decreasing globally due to technology, he has the rest of his life to learn anything he wants. Let the kid be a kid for now, because I sure wished I kept being a kid before I started sitting at a desk, staring at the monitor, this is where he will eventually end up anyway.

  20. Teach. by Anonymous Coward · · Score: 0

    Sit him down on your knee and teach him, like my pappy taught me. (really! except for the knee part.)

  21. Get the kid something "bigger" than programming. by 109+97+116+116 · · Score: 3, Interesting

    Get him something larger in scope than programming. Look into astrophysics or biology or botany sciences, or aeronautics, mechanical engineering, chemical engineering, materials sciences, anything engineering related or high math or high tech, but not programming.

    Think about promoting something where they seek interests and career lines that might work for themselves or create their own corporation.

    If you want to shoot for an interest leading to most likely employment, get him something for marketing and business. Entrepreneurship as well.
    I don't recommend these as careers for everyone, but there will be lots of need.

    Alternatively, get him a book on how things are actually made, not how they say they are on How It's Made or Mythbusters.
    Something with a lot of good photos of Injection molding, machining, forging, casting, metal injection molding, powdered metallurgy, 3D printing and Selective Laser Sintering, Fused Deposition Modeling, etc.

  22. COLOBOT by pokoteng · · Score: 2

    It's an educational game involving programming robots. You're an astronaut with a mission to explore space, and you have a variety of robots at your disposal. You can control them individually, or more effectively, you're supposed to program them to be automated. Sort of third-person FPS with RTS elements, where you code your own units. It uses its own somewhat OOP language, and is just fun with variety of missions.

    Considering how old it is it's kinda still expensive, but give it a go (there should be a demo iirc).

    --
    the game
  23. digital logic by Anonymous Coward · · Score: 0

    There's an iOS app called circuit coder that does a great job of teaching digital logic gates. If he likes puzzles he'll find it addicting. I've used it to teach non-engineers about how a computer works.

  24. Alice? by Anonymous Coward · · Score: 0

    Take a look at Alice to facilitate learning Java.

  25. Two words. by medik · · Score: 1

    Hands on. That is the most fun way to learn programming. If I were you I would buy a raspberry pi/arduino-kit and let him do something he wants to do and encorage him on the way ("hey, if you want to ask me something, I'm always there for you!"). Encouragement from my parents and/or a other programmer was one of the things I missed as a newbie programmer. But hey! I've a lot of fun on the way too without it! I began programming when I were 12 and I've a lot of use of my knowledge in my school subjects (especially math). Maybe he will too!

  26. Get him an Creators Club membership for Xbox360! by Anonymous Coward · · Score: 2, Interesting

    The main development language is C# for using XNA. Microsoft gives you a GREAT example driven e-book (and free tutorials are everywhere), and all the tools FOR FREE. He can program straight to PC (and Xbox if you buy the $99 a year membership), and use a controller for interface for either. It's pretty easy to pick up, as it explains just about everything. I've been programming since Kaypro][ days (when I was 6), and to get started, you really don't have to go much past if/then, basic integer and boolean variables. I'm still using my 2nd grade level programming skills today!

  27. GameMaker by Purity+Of+Essence · · Score: 3, Interesting

    Without hesitation, I'd go with GameMaker along with the book The Game Maker's Apprentice, and followed by The Game Maker's Companion. The first book includes an older version of the GameMaker software which is all that will be needed to complete the exercises. If your child likes the process, move onto the second book which covers more advanced concepts. Those books, along with either GameMaker 8.1 or GameMaker: Studio should your child want to move onto more current versions, will all fit within your $100 budget, and it will only cost you $20 or so to get started.

    The books are excellent learning tools and the GameMaker software itself was originally created by co-author and Utrecht University professor Mark Overmars to teach programming. It's a great way to get ones feet wet and very good games can be created with it if one is willing to put in the effort. If you child wants to move on to more popular languages, GameMaker will provide them an excellent foundation for learning them.

    --
    +0 Meh
    1. Re:GameMaker by Anonymous Coward · · Score: 0

      no interactive programming here. Write the program, hit the "run" button and see if it works. Last century debugging technology. You really NEED a book to learn how to use this... yikes!

    2. Re:GameMaker by ch0ad · · Score: 1

      I gotta say +1 to GameMaker. It would be something you could do together with a younger child and a smart 9 year old will be making his own games before too long. It's such a rewarding way to be learning programming because almost everything you learn has results that can be seen graphically straight away.

  28. Adventure games!! by ryanw · · Score: 4, Insightful

    I seriously attribute my love for adventure games to help me refine my troubleshooting skills and drive to "find the answer".

    I believe that it's troubleshooting and the drive to find the answer that makes someone stand out in the work place, whether it's programming or anything else.

    I played a lot of Kings Quest, The Secret of Monkey Island, Space Quest, Myst, etc.

    1. Re:Adventure games!! by Anonymous Coward · · Score: 0

      I second that, and would add -- the old Infocom games, such as Zork, greatly gote into programming and typing my way to an answer. "Go west", "Kill the troll with the sword" all started to teach me that I could tell a computer my thoughts, what I wanted it to do.

      Additionally, like Myst and the like, the idea of solving problems was a big factor. Some of the iPad type of games are on in terms of puzzle solving (like get the water to the alligator, or such) but most are crap and having a keyboard bound game is essential. Once computers really start taking verbal input for commands as a norm, I really fear for my children's future.

    2. Re:Adventure games!! by mattack2 · · Score: 1

      You can write your own (cross platform) Infocom-style (i.e. Z-machine) games with the Inform language.

      http://www.inform-fiction.org/I7/Welcome.html

  29. Don't baby them. K&R C Programming;-) by Anonymous Coward · · Score: 0

    No text

    1. Re:Don't baby them. K&R C Programming;-) by siddesu · · Score: 2

      Why C? Let them learn it the right way from the start, get them a MIX emulator for them and give them the three volumes that collect dust on your top bookshelf.

  30. Little Bits by skullbunny · · Score: 1

    http://littlebits.cc/

    I saw the founder Ayah Bdeir demonstrate these modular kits this summer and can't wait to get some for my daughter once she's a bit older.

    littleBits (spelled lower case L, upper case B, all one word) consists of tiny circuit-boards with simple, unique functions engineered to snap together with magnets. No soldering, no wiring, no programming, just snap and play. Each bit has a simple, unique function (light, sound, sensors, buttons, thresholds, pulse, motors, etc), and modules snap to make larger circuits. Just as LEGOs allow you to create complex structures with very little engineering knowledge, littleBits are small, simple, intuitive, blocks that make creating with sophisticated electronics a matter of snapping small magnets together.

  31. RoboRally by JoshDM · · Score: 4, Interesting

    RoboRally, if you can get it!

    Richard Garfield, creator of Magic the Gathering, didn't win awards for it for nothing.

    Race your robot against your opponents to get to the goal first. Program your robot figurine for each round selecting and ordering basic movement cards (forward, forward x2, backwards, turn left, right, u-turn) using a larger set. If you are damaged, your set of cards to choose from reduces until your registers you've programmed lock into place. Teaches how to think ahead and very basic programming skills. My five-year-old has been slowly learning how to play by laying out cards in order and having me beep-boop the robot into horrible predicaments he programs out. After two games, he seems to have gotten the hang of it and is able to guide the bot to the goal without falling into pits. Soon he will be up against me and my lasers; then he'll know true pain.

  32. Robot Odyssey by Anonymous Coward · · Score: 1

    Robot Odyssey. You can use an Apple ][ emulator to run it. (Which, itself would be educational.)
    http://en.m.wikipedia.org/wiki/Robot_Odyssey

    1. Re:Robot Odyssey by Anonymous Coward · · Score: 0

      Or, even better, Omega.
      http://en.m.wikipedia.org/wiki/Omega_(video_game)

    2. Re:Robot Odyssey by skids · · Score: 1

      This.

      It was a very captivating experience when I was young and helped build a foundation for visualizing programs. Ii've often wondered how it could be 3D-ized, especially with the tardis-like robot interiors.

  33. Robot Odyssey (or similar)! by chalker · · Score: 4, Informative

    Way back when, at that age, I first got interested in programming via the game Robot Odyssey (http://en.wikipedia.org/wiki/Robot_Odyssey)

    According to the Wikipedia page there are modern day clones and derivatives:

    "The engine for the game was written by Warren Robinett, and variants of it were used in many of The Learning Company's graphical adventure games of the time, including Rocky's Boots, Gertrude's Secrets, Gertrude's Puzzles, and Think Quick!, all of which are similar but easier logic puzzle games. The gameplay and visual design were derived from Robinett's influential Atari 2600 video game, Adventure.

    Carnage Heart involves programming mechas that then fight without any user input.

    Cognitoy's MindRover is a relatively recent game which is similar in spirit to Robot Odyssey, but uses different programming concepts in its gameplay.

    ChipWits by Doug Sharp and Mike Johnston, a game for the Apple II, Macintosh, and Commodore 64 computers is similar in both theme and implementation, although the interface to program your robot differed.

    Epsitec Games created Colobot and Ceebot in recent years for Windows machines which are in many ways spiritual successors to Robot Odyssey. In these games the player program machines to accomplish puzzle tasks. Instead of using logic flops, switches, etc., these two games instead teach the player the fundamentals of object oriented programming like Java, C++, or C#.

    One Girl One Laptop productions created a spiritual successor called Gate which uses the same digital logic puzzles as Robot Odyssey.

    There is also a clone written in Java, Droidquest, which contains all of the original levels and an additional secret level."

  34. Re:Get him an Creators Club membership for Xbox360 by Anonymous Coward · · Score: 0

    oh yeah, check out http://xbox.create.msdn.com for all the info on it!

  35. +1 for Python by occasional_dabbler · · Score: 5, Interesting

    Yep, get him into Python, he should be able to pick that up quickly enough to keep him interested but it will also offer him challenges for years if he wants it. Or... at the risk of being downmodded (again) for not being a MS/Nokia hater, you could get him a cheap WP7 phone (plenty around right now with WP8 coming) and take a look at the amazing TouchDevelop scripting environment that lets you write anything from one-liners to quite complex apps right on the school bus, mostly without having to actually write anything - you connect up various blocks and pipes to get results. https://www.touchdevelop.com/

    --
    "Our opponent is an alien starship packed with atomic bombs," I said. "we have a protractor"
    1. Re:+1 for Python by crutchy · · Score: 0

      Yep, get him into Python

      ...if you want him to become a retard and get free money off the government

    2. Re:+1 for Python by Architect_sasyr · · Score: 1

      I hate the language as much as the next guy, but there is a good book floating around, Invent your own computer games with Python or something like that. As abhorrent as I am about a language that enforces where I put my tabs and returns, that book has been good for quite a few of my minions so far.

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
    3. Re:+1 for Python by Anonymous Coward · · Score: 0

      Why does everyone always recommend Python for beginners? All you can say in its favour is that its better than BASIC, but otherwise it's very much a mediocre language with lots of idiosyncrasies that beginners should avoid (scoping fail, lack of explicit variable declaration, poor data structures, and generally lots of magic/corner cases that bite the unwary).

      There are many better languages than Python, people!

    4. Re:+1 for Python by Anonymous Coward · · Score: 0

      If you knew anything about Python, you would know that it only cares that you are consistent about where you put your tabs, or more likely, spaces. As far as returns go, if you write code with multiple statements on one line delimited by semicolons, I pity everyone you work with. I suspect that you are spouting something you heard second or third hand and have never actually given it a chance. There's a quote out there that goes something like, "Python is a lot like lobster. People who haven't tried it think they won't like it because of how it looks. People who try it love it." After learning Python, I find that all my code is better formatted in every language, because I can't stand improperly indented code anymore. It makes life nicer and my code easier to read for everyone involved.

      Do you harbor these same complaints about make? Which, BTW, is much more arbitrary about formatting and can and will screw you for a difference you can't see?

      You might consider knowing what you are complaining about.

    5. Re:+1 for Python by crutchy · · Score: 1

      i'm pedantic about code etiquette, but python isn't a shit language because it forces indentation; it's just a shit syntax

  36. Taro Gomi by Anonymous Coward · · Score: 0

    http://en.wikipedia.org/wiki/Everyone_Poops

  37. Living vicareously through youth. by Anonymous Coward · · Score: 0

    Ask Slashdot: Best Book Or Game To Introduce Kids To Programming?

    Whatever happen to the good old days of "Ask Slashdot" like, "what are the best tools and books to introduce kids to the trades, like carpentry, welding, automotive repair, etc"? Guess programming is the new "I want to be a Doctor when I grow up". Ya have a bright future, son, once your job get's back from whatever country is outsourcing territory this week.

    1. Re:Living vicareously through youth. by Anonymous Coward · · Score: 0

      Screw woodworking, what happened to all the Paladin Press books on the edonkey network? These days you can't even find the censored editions. I was halfway building my machine gun when the PDF file self-destructed under duress from the FBI.

  38. TI-86 Basic by stuporglue · · Score: 3, Informative

    My 6 year old has been asking me to teach him to program. He played with kturtle for a little while, but turning is relative to the current position and in degrees, and he always ends up distracted by games and videos.

    Recently I've started teaching him TI-86 Basic. He is very excited about printing things to the screen.

    A couple of pros:
    * It's self contained with no distractions
    * Commands are all on the screen so you don't have to memorize them
    * It's one place where Basic is still useful
    * IO is simple

    The other TI calculators are probably just as good, but I had the 86 in my closet.

    --
    https://www.facebook.com/digitizeicm -- Show your support for the digitization of the Iron County Miner newspaper archiv
  39. What about The Incredible Machine? by The+Dancing+Panda · · Score: 3, Interesting

    I'm pretty sure there's new versions of it out, and it's a good start to what engineering (in pretty much any sense) is all about.

  40. You by Sarten-X · · Score: 5, Informative

    Mentors are the most significant educational source. Match wits with the kid. Say "look what I can do, and here's how I did it". Then challenge the kid to do something similar himself. Build from "Hello, world" to a text adventure, or an animation, or a video game, or whatever else he shows some talent in. First just spend time with the kid, and let the programming interest grow naturally. If it doesn't, don't force it.

    --
    You do not have a moral or legal right to do absolutely anything you want.
    1. Re:You by Anonymous Coward · · Score: 0

      Yeah, this is pretty much it.

      Motivation is everything in education. Give him a reason to love programming, and he'll learn even if there's only infinite sand and rocks around. Show him a way to play.

      And if you really love your son, show him how to impress girls with it -- or, at least, buy him a guitar too.

    2. Re:You by ddproxy · · Score: 1

      I've tried this before with a UK teen I met playing minecraft. Needless to say, he got distracted. I would actually be willing to shell out a few dollars towards helping purchase the 300$ Lego Mindstorm or set for Arduino programming. Or wait a few months and I'll able to fund It entirely. An alternative to either of those is the raspberry pi. Much cheaper at 35-45$ (including set up)

  41. Best game? by flogger · · Score: 2

    RPG Maker. This game is a great way to introduce programming logic. I use it in classes and the students that use this game have no problems with going into programming...

    --
    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
    "First things first -- but not necessarily in that order"
    -- The Doctor, "Doctor
  42. Alice by Anonymous Coward · · Score: 0

    This is a fun way to learn to program:

    http://www.alice.org

  43. Mindrover by guises · · Score: 1

    This is pretty dated now, but there's an old game called Mindrover: The Europa Project that was absolutely perfect for this. Kid-friendly but challenging, used a sort of graphical programming that was easy to understand. The only problem is that it's such an old game now that the kid is likely to be turned off by the graphics.

  44. Logo by AHuxley · · Score: 2

    http://en.wikipedia.org/wiki/Logo_(programming_language)
    Will get him ready for the computer skills needed to learn the ideas that keep many big US companies old apps running.

    --
    Domestic spying is now "Benign Information Gathering"
    1. Re:Logo by larry+bagina · · Score: 1

      Seconded. It's got immediate feedback, graphics and the turtle for the youngsters. And if you look a little deeper, it's lisp without the parenthesis.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    2. Re:Logo by Anonymous Coward · · Score: 0

      +1 for Logo. I can't speak from experience (my son never has had any interest in programming) but I've always thought logo would be a great way to introduce a bright kid to the concepts involved in programming. There are free versions available for both Windows and Linux.

    3. Re:Logo by Anonymous Coward · · Score: 0

      Logo only up to a certain age, like 12 max IMO. Get him a C64 and tell him to copy that game from the manual or a magazine each time he wants to play it, unfortunately it's going to be pretty hard to get him interested in Boulderdash, BubbleTrouble or Ghosts & Goblins at our time of iphones, so find something like the C64 but in Java or C.
      Teach him unix scripting, netcat, metasploit, ... He's gonna have a lot of fun posting his videos to the television ;)

      On a more serious note,
      I remember someone teaching us TCL/TK in 8th grade, Pascal before that. It was very impressive when we had a working GUI calculator in a matter of a couple of sessions.

    4. Re:Logo by xigxag · · Score: 1

      Also, there are plenty of free Logo/turtle graphics programs available for android devices. You can set your kid up with a 7-inch tablet, which has all the power of the desktop computers we had back in the day along with the portability of our handheld calculators.

      --
      There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
    5. Re:Logo by Term+Junkie · · Score: 1

      I've been working with my 7 year old on Logo, he really enjoys the lessons and visual feedback from turtle graphics. I decided not to reinvent the wheel, and purchased Terrapin Logo. Actually I purchased their Kinderlogo product,which is great for younger kids and includes a very nice and tested curriculum, so you can just teach from the lessons instead of having to come up with them. They are more than just "coding" exercises, they offer some decent comp sci stuff and some nice art and logic skills for working with computer graphics as well. If kids are young, K-3 grade this is a pretty attractive package. I also purchased the full Terrapin Logo because it supports the Lego Mindstorms NXT modules and sensors, I figured once he got his coding skills up we could build our own physical turtle and start fiddling with basic robotics. After Logo, I assume he'll pick the next language, though I'll probably direct him towards Python. I really recommend Terrapin Logo for younger programming students, these guys know how to teach kids programming/comp sci. http://www.terrapinlogo.com/Kinderlogo.php http://www.terrapinlogo.com/terrapin-logo.php

    6. Re:Logo by Anonymous Coward · · Score: 0

      Totally agree.

      This is the language I first tinkered with many years ago. It is wonderful for grasping the idea that you have to tell a computer exactly what to do.

    7. Re:Logo by Anonymous Coward · · Score: 0

      I was going to suggest the same thing. I remember playing with this language long ago. It was great to see instant results via the turtle. You can download a copy here... http://www.cs.berkeley.edu/~bh/logo.html

  45. A language you like, by Anonymous Coward · · Score: 0

    an IDE to go with it, and a text book.

  46. Blockly by Bigtoad · · Score: 1

    The Blockly Maze Demo is fun, and simple, but it won't occupy the kids for all that long.

    (Somebody already posted about Scratch, which seems to have a similar programming interface but is more mature.)

  47. Re:Scratch / Alice 3D by efitton · · Score: 1

    I'm actually partial to Alice 3d from Carnegie Mellon.
    http://www.alice.org/
    The original creator also did "The Last Lecture." YouTube it, pretty powerful.

  48. Klik & Play by Anonymous Coward · · Score: 0

    Anyone remember Klik & Play?

  49. Khan Academy is free by Anonymous Coward · · Score: 0

    My mathematically precoious 12-year-old son has figured out enough Java through Khan Academy to write his own video games (something akin to 1980 Space Invaders) over the space of a week, working after school. Maybe because he's older, it is going better than working with Lego Robotics which we also tried. On Khan Academy (which is even more extensive for math and science), you don't need to install software - it executes remotely. Google Chrome, Firefox or Safari all support that capacity. You can tweak a line of code and re-run the program immediately. With Lego Robotics, you have to write code on a desktop of laptop, download, and only then rerun your code. It is cool that something happens in the real world, but there is that extra step that slows down the process.

  50. Game Salad by Anonymous Coward · · Score: 0

    Game Salad

    Drag and drop game programming. Low barrier to entry and very similar to the mindstorm programming environment.

  51. Just Give him Unity or UDK by Anonymous Coward · · Score: 0

    Nothing is more encouraging than quick results. If he can do a shoddy FPS or small racing game in a week he might just be interested in how things work behind the scenes and start learning from the bottom up at his own pace.

    If you make it boring (IE: start with all the real programming and putting the fun stuff a kilometer away) chances are he'll just prefer to do something else.

  52. Assembly in AT-Robots by HeckRuler · · Score: 1

    AT-Robots, by Ed T. Toton (the third). Assembly in a virtual environment. It's not... the newest, or the hippest language, the best, or possibly even a good idea... but by god's teeth if it was good enough for me, it'll be good enough for my kid.

    You know, when he reaches highschool age.

  53. visual pinball by Joe_Dragon · · Score: 1

    visual pinball is open source and you can also build your own pinball tables on the PC.

  54. Micro Adventure by narcc · · Score: 1

    The Micro Adventure series of books was written for kids about that age. They had type-in programs for various home computers, some required that the reader correct an intentional error in the program to make it work correctly.

    You can find them online for ~$1/book on Amazon and eBay, and an old 80's micro to go along with them can be had for almost nothing. (Plus it'll add some much-needed novelty to get that initial interest going.)

    What do I win?

  55. Rubicon by Anonymous Coward · · Score: 0

    This game is genius:
    http://kevan.org/rubicon/

  56. Apple Automator by jomama717 · · Score: 1

    I tinkered with this thing for a little pet project once and at that time decided that it would be a great tool for a child to become accustomed to the basic concept of programming. They can script simple macros with the visual widgets and then create more complex steps with shell script callouts and the such. There's a text-to-speech ("say" command) that is always a huge hit with kids, at least it was for me :)

    --
    while [ 1 ]; do echo -n -e "\xe2\x95\xb$((($RANDOM&1)+1))"; done
  57. Let's see by bugs2squash · · Score: 1

    you'll need the MSP430 launch pad, a hosepipe, some electronic water valves, some simple electronics and a swingset to make one of these waterfall swings.

    You could probably make one for less than $100, you would be one of the coolest aunt/uncles ever, bonus points when you get it to write his name in the air

    --
    Nullius in verba
  58. Scratch... by sergio · · Score: 1

    Try Scratch using this guide:

    Super Scratch Programming Adventure!: Learn to Program By Making Cool Games by the LEAD project.

    It looks like a well organized way to build projects that explain the different features. Later you can try python or processing.

    And if he is interested then C and C++ for the real thing :-)

  59. An amazing Minecraft circuit by pepax · · Score: 2
  60. Why Programming? by Anonymous Coward · · Score: 0

    If he is that smart and on to better things, why distract him?

  61. Doom WAD of course by Anonymous Coward · · Score: 0

    What a silly question. Games! How do you think YOU ever figured out computers existed? You were smart? :>

  62. Make Games with Python by Anonymous Coward · · Score: 0

    The book "Invent Your Own Computer Games with Python" by Sweigart is highly rated and only $20. According to reviews on Amazon, it's a great introduction to programming. This could be just what you need - a fun way of learning something. Link:

    http://www.amazon.com/Invent-Computer-Games-Python-Edition/dp/0982106017/ref=sr_1_1?ie=UTF8&qid=1350359585&sr=8-1&keywords=python+games

  63. It's probably too old, but remember Rocky's Boots? by lunchlady55 · · Score: 1

    http://en.wikipedia.org/wiki/Rocky%27s_Boots

    I remember playing this on my CoCo2. THAT DARN ALLIGATOR ATE ME AGAIN!!!

  64. If you want to see other 9 years olds programming by the+agent+man · · Score: 1

    Have a look at video included in this ACM article describing the use of AgentSheets and AgentCubes as part of the Scalable Game Design project: http://cacm.acm.org/magazines/2012/5/148567-programming-goes-back-to-school/fulltext You can see other 9 years olds.

  65. Robozzle by jcfandino · · Score: 1
  66. RoboSport by Culture20 · · Score: 1

    This game would be excellent as a new port.
    http://en.wikipedia.org/wiki/RoboSport
    "The player creates teams of robots and maneuvers them around a board to map out one "turn" of movement. The other players and AI do the same and then all movement is played out simultaneously."
    You can also set minor programming branches (if see enemy stop and fire).

  67. Check out Scratch by luckymutt · · Score: 1

    Check out: Scratch
    My 9 y.o. daughter loves it. It gets through a LOT of programing basics in a fun way.

  68. OSS Retort by rubypossum · · Score: 1

    Or you could use MIT's Scratch programming environment and not get yourself icky with MS.

    --
    I have a theory that the truth is never told during the nine-to-five hours. - Hunter S. Thompson
    1. Re:OSS Retort by Spiridios · · Score: 1

      Or you could use MIT's Scratch programming environment and not get yourself icky with MS.

      Also, if they like Scratch, they can try Stencyl. It's a game engine that uses Scratch as the programming language. Caveat: my nephew couldn't work through the tutorial on his own and, unfortunately, too much distance has prevented me from working through it with him. Caveat 2: their downloadable code modules are a bit buggy. The ones I tried weren't completely broken though, so it's good for someone who's eager to learn to code and debug.

  69. Kodu! by user · · Score: 1

    Kodu! Free for PC, cheap for Xbox. Build a game and it's environment using programming concepts without typing. Great for teaching "if this then that" logic, and hugely fun, which is great for keeping kids engaged.
    http://research.microsoft.com/apps/mobile/showpage.aspx?page=/en-us/projects/kodu/
    Also take a look on YouTube for a slew of games people have built with it.

    --

    Emacs is for experts. Pico is for beginners. VI is a disease.

    1. Re:Kodu! by Anonymous Coward · · Score: 0

      Kodu is awesome! There's also a community site at http://www.kodugamelab.com.

  70. Robocode by Everything+Else+Was · · Score: 1
    --
    My other account has mod points!
  71. Re:Get the kid something "bigger" than programming by Anonymous Coward · · Score: 2, Insightful

    As someone who's been into programming since grade 4 (good lord.... 28 years), I can't THINK of anything larger in scope than programming in terms of any of the things you mention:

    Programming teaches logic, patience, critical thinking, planning, and attention to detail.Programming teaches you to examine any given topic (whatever you're most into) in a systematic, rigorous way. It teaches you to look at how any given thing works and to try to analyze it and break it down into understandable components.

    Programming encourages an interest in math, the sciences generally, and boosts self confidence.

    And all of that is just personal growth.

    In terms of career, it's a marvelous business for entrepreneurship: almost no start-up cost, distribution cost, etc.: If you're smart, capable, and interested in the world there's no end of business opportunities. And if entrepreneurship isn't your thing, there's no end of jobs for well-paid self directed work as a programmer. And because it can be done essentially from anywhere and at any time (I work nights so as to spend time with my family, and can work small amounts while we're vacationing to pay for expenses), it provides amazing flexibility to engage in other aspects of life, to travel, to explore other interests, etc.

    It's true that it's getting easier for anyone to program, and that there are more tools out there to help people who don't really know anything about programming do things programmatically. Neither of these things is going to decrease the need for capable programmers.

    I could go on.... but I've got programming to do!

  72. Needs a Purpose by KalvinB · · Score: 2

    I started programming at about 6 because I wanted to make games. So I came up with game ideas and then learned what I needed to in order to make them. Then I got into web programming 10 years later because I wanted to make web sites. I make a good living making other people's web-sites and still make own as well when I need something. I needed to track my time for clients and projects so I wrote my own site to do it the way I wanted to do it. I needed to track my finances so I wrote a site to do that.

    What does the kid want to do that involves programming?

    What problem does he want to solve?

    Java is free and it's not too terribly difficult to get a simple software rendering app going that he can start rendering math functions and apply what he's learning to graphical visualizations.

    C# is free as well now. Visual Studio Express is more than sufficient to do graphics programming. Even JavaScript has gotten good enough to handle software rendering using the Canvas. I used that to show students how parameters affect a function during my student teaching.

    Money is not a problem. Everything is free. There are tons of resources on the internet and libraries tend to have programming books. The problem is that you're looking for a solution to a problem the kid hasn't found yet.

  73. Incredible Machine / Lemmings / Bad Piggies by ChronoFish · · Score: 1

    All these games share something in common. Arrange graphics to tell the computer how to achieve a goal. They require thought, problem/puzzle solving, are addictive through positive reinforcement, and teach that the computer will do exactly what you tell it to do.

    They are just hard enough that 5/6 year olds, with very little coaching, will be able to figure out how to play the games. Puzzles get progressively harder at each turn. Each of them add an amount of basic physics to the learning.

      My 6 year old love's Bad Piggies. I wish I had a copy of Lemmings to give him.

    -CF

  74. Re:Get the kid something "bigger" than programming by qwijibo · · Score: 2

    Learning a programming language is just as useful as learning a foreign language. It teaches kids how to communicate with computers. Programming by itself may be a questionable field to get into as a life long career path, but as a skillset it can benefit many professions. Are there any sciences, engineering or math career paths that would not benefit from the ability to let computers do the repetetive work?

  75. Free software... by Dzimas · · Score: 1

    My 10 year old loves The Scratch programming environment from the MIT Media Lab. It's free from http://scratch.mit.edu/ -- there's an online community that lets kids post their projects, and my kid was highly motivated to enter and win several little community competitions. The graphical coding interface is easy to tweak and allows clever kids to push things a bit more than you might expect. One essential aspect of the experience is that you can download the source scripts for the projects, which is a fantastic way to speed learning (one of my favorite ways to improve my code is to see how others tackle similar problems).

    1. Re:Free software... by Anonymous Coward · · Score: 0

      Please mod parent up. Scratch truly is great, and it has a very solid educational background (MIT Lifelong Kindergarten project). When I read about the methodology of using Scratch I saw that they gave a lot of consideration to things like what to include and exclude in the language, how to make it naturally parallel and asynchronous (which it is) etc. It is a great environment!

      By the way - would anyone know about a set of "challenges" that I might ask my kids to achieve in Scratch? Small problems they might try to solve?

  76. Programmable Robot for $100 (sale now) by Anonymous Coward · · Score: 0

    Scribbler 2 robot by Parallax

  77. why's (poignant) guide to ruby by j_l_larson · · Score: 1
    http://mislav.uniqpath.com/poignant-guide/book/chapter-1.html

    very weird and fun intro to programming in ruby - heavily illustrated with quirky cartoons

    also: http://web.archive.org/web/20090627004409/http://poignantguide.net/ruby/chapter-1.html

  78. What language are you most familiar with? by oakgrove · · Score: 1
    I've found that when someone I know takes an interest in programming and comes to me for help I usually steer them towards the language I'm most familiar with that's high enough level that the learning curve isn't going to kill them. If the person thinks they want to write little scripts to perform various little functions behind the scenes on their computer I'll introduce them to Python since it excels at ease of use and is very good for systems programming and automation.

    If they have any interest in making things happen on the web then I naturally suggest html/css/javascript. Especially since if they have a few websites that they spend a lot of time on, they can get started easily writing greasemonkey scripts to add cool functionality. With a fairly brief introduction, they can start hacking right away with the javascript console that ships with most browsers and see results immediately.

    So, yeah, I'd suggest Python or Javascript for the 9 year old. Probably Javascript as he'll get the most bang for the beginner buck out of it and most importantly he'll be able to impress his friends sooner!

    --
    The soylentnews experiment has been a dismal failure.
    1. Re:What language are you most familiar with? by Anonymous Coward · · Score: 0

      Spoken by oakgrove, who can't even prove he is any good at programming! Show us a program you've done that's online oakgrove. Watch oakgrove run. He can't do that. He's a bullshit artist and talker, nothing more, that programs is wimp languages at best trying to pass himself off as a "programmer", hahaha.

    2. Re:What language are you most familiar with? by Anonymous Coward · · Score: 0

      Oh, hey you little bitch. Yeah, I was going to take that "Programming for Dick Wavers" elective but damn if I wasn't too busy recompiling the source code to your mom's nymphomania sub-routines. I'll give that slut this, to have spawned such a worthless fuck up like you she comes damn near close to redeeming herself after about the third load she swallows. Bitch can suck a dick, man! Oh, and don't mind your toes sticking together I used your sock as a nut rag the last time I was over there. My bad.

  79. QBasic by katchup · · Score: 3, Interesting

    I started programming at 8 or 9 years old with QBasic on an old computer. My dad just showed me how to do one or two simple programs (simple loops), but I learned pretty much everything by myself with the included documentation. I know QBasic is a really shitty language for real projects, but it's fun for a kid because it has a lot of basic functionalities included, he can easily do simple I/O, draw graphics, etc. A few years later I moved to php, and then to C and C++. I've forgotten pretty much everything about basic, but I know how to code. So just give him a QBasic environment, QB64 provides an IDE that looks and behaves like the original QBasic/QuickBasic IDE, and runs on modern hardware/software. It should be perfect. (Though I don't know how good the documentation is)

  80. Get him a Thimio II eduction robot by Anonymous Coward · · Score: 0

    For about $100 you could get a Thimio II open source robot
    http://spectrum.ieee.org/automaton/robotics/diy/your-kid-wants-a-thymio-ii-education-robot/?utm_source=roboticsnews&utm_medium=email&utm_campaign=091812

  81. Scratch by Anonymous Coward · · Score: 0

    I suggest Scratch [http://scratch.mit.edu] as a good introductory programming language and environment available for Apple Mac OSX, Debian GNU/Linux, and Microsoft Windows. Of course I recommend you provide a GNU/Linux environment for your nephew even if it is a VM running on another platform.

  82. basic, javascript, pascal, C by Anonymous Coward · · Score: 0

    How did you learn, why should it be different for a child. Maybe they think programming is boring because they don't have anything in mind to write. In that case, make a game with flixel or renpy. These educational languages for kids are lame and stupid.

  83. Commodore 64 by tsa · · Score: 1

    Give him an old Commodore 64 plus manual. In that way he can learn programming computers on the lowest level. If you know how that works, everything else is easy.

    --

    -- Cheers!

  84. A.I. Bugs by holophrastic · · Score: 1

    There's a 3D version, but I mean the original 2D version. Scan north south east west, fire laser, fire missle, turn, move. Basic conditionals and iteration. Variables and constants. Code executes at a constant speed per line. Program your bug to survive in an arena of other bugs. It's dead-on application, and pretty much the software side of simple robotics.

    Of course, there's LOGO, which will always hold a place in my heart as a programmable etcha-sketch. But that might be growing more than old at this point.

    1. Re:A.I. Bugs by Anonymous Coward · · Score: 0

      A.I. Wars (The Insect Mind) - its Free!

  85. perfect book by Anonymous Coward · · Score: 0

    The Little Lisper/Schemer is exactly what I would have suggested along with some project to go along with it.

  86. Snake Wrangling (i.e., Python) by Monkey-Man2000 · · Score: 1

    I have no first-hand experience with this book, but it looks good, and Python is a good option for anybody IMO.

    --
    This post was generated by a Cadre of Uber Monkeys for Monkey-Man2000 (603495).
  87. unity engine by Anonymous Coward · · Score: 0

    the interface is intimidating at first but there are LOTS of books, tutorials and videos

    it has a huge community and there are many "gaming" scenarios you can do with just the engine with very little code

    it might not be something a kid can mess with solo but with a little guidance it would be a really great tool to have in the toolbox

  88. The Incredible Machine by Sangbin · · Score: 2

    The Incredible Machine, or its modern counterparts.

  89. Teach them computer networking by ctrl-alt-canc · · Score: 1

    A very good introductory book on computer networks for children has been previously discussed on slashdot some time ago.

  90. For Nintendo DS by sesshomaru · · Score: 1

    Let's see, there's Bangai-O Spirits:

    Bangai-O Spirits

    Wario Ware DIY:

    Wario Ware D.I.Y.

    KORG DS-10 Plus:

    KORG DS-10 Plus

    --
    "MIT betrayed all of its basic principles."
  91. Hackety hack by Anonymous Coward · · Score: 0

    It's easy, fun, and visual. Added bonus, it's actually Ruby inside : http://hackety.com/

  92. Python + games by ahto · · Score: 2

    A book co-written by a father-son team as the son learns Python programming developing small games
    http://www.manning.com/sande/

    And when you're done with that, move on to slightly bigger games, still in Python
    http://inventwithpython.com/

  93. oh come on... by SuperDre · · Score: 1

    Why are questions like these posted again and again? just learn to use a f-ing search engine like google..

  94. Objects First with Java... by mitchsa · · Score: 1

    I know people have differing opinions on Java but I used the book 'Objects First with Java: A Practical Introduction Using BlueJ' when I began programming, it starts with the basics and is very easy to follow. BlueJ is also an excellent IDE for teaching/learning programming, although not useful for any real software projects and you are likely to want to move on to a proper IDE such as Eclipse or Neatbeans. Java is the only language I have learnt from a book, all other languages I have learnt from following documentation, googling problems, and posting on StackOverflow.

  95. minetest, codecademy, by iiiears · · Score: 1

    Many games use java and or lua.

    Minetest-C55 Block style 3D building game. (Open source)
    http://minetest.net/

    also
    http://www.codecademy.com/
    http://www.lua.org/

    http://en.wikipedia.org/wiki/Category:Lua-scripted_video_games
    I haven't tried Infon Battle Arena (yet) though it looks promising. :)

    --
    15TW = 15,000 Nuclear Reactors. (Approx. one accident a month.)
  96. If he likes math, go with math by EuclideanSilence · · Score: 1

    Wait until your kid learns that he can make the computer do his math homework for him (by writing programs to solve the problems). Then your kid will really start programming.

    Anyway, programmers are a dime a dozen. But someone who is good at mathematics is very rare. If he is already excelling in mathematics, then he has a future in any form of engineering and the real sciences.

    As for your original question...you could consider getting him a TI-83 and let him go with TI-basic. Or get a programming kit for that. Or put a compiler on your computer. Back in the day we had QBasic, I guess the modern attempt at that is python.

    Most importantly: listen to what he says he wants to learn. The best thing to teach him is whatever he wants to learn. If he just wants to learn math, then a good puzzle book for mathematics is great. (Not sudoku or crosswords, but actual mathematical/logic puzzle books targeted for kids is what I'm suggesting).

  97. raspberry pi..... by Anonymous Coward · · Score: 0

    Within budget. Plugs into the TV. At worst it gets turned into something useful. At best he starts playing with it. There's lots of youtube guides for getting various hardware bits to work with it. And there's plenty of python guides out there.

  98. Pencil and paper first by lingu1st · · Score: 2

    First off, pencil and paper. Teach them how to make and play wirh Turing machines and finite state automata. Enjoy the awe when you tell them about the Universal Turing Machine.

    Low-level:
    The HP15C User's Manual and an HP15C, or HP's 15C iApp.

    High-level:
    David Touretzky's Gentle Introduction.

    My personal favourite language of all time: Icon.

    S.

  99. Cargobot by Kergan · · Score: 1

    If your nephew has access to an iOS device, try Cargobot:

    http://twolivesleft.com/CargoBot/

    At that age, that being said, kids usually prefer Cut the Rope:

    http://www.zeptolab.com/ctr/

    The latter isn't technically programming, but it certainly teaches them problem solving.

  100. Programming language by Anonymous Coward · · Score: 0

    Nice visual programming language for kids: http://scratch.mit.edu/

  101. Alice by Anonymous Coward · · Score: 0

    Randy Pausch creation is a great tutorial....either that or google....alice is a great guidance tool....

  102. Development environment. by FrankHS · · Score: 1

    Rather than a book or game why not set him up with the developing environment for something that interests him?

  103. Answer is two stories in the future. by Anonymous Coward · · Score: 0

    See the second story after this one: From a NAND Gate To Tetris

  104. Robo Rally by Kongming · · Score: 2

    A fun board game, and excellent for teaching the basic mental skills used in queuing up a list of instructions and then having them all execute in the order that you specified.

    http://www.amazon.com/Wizards-of-the-Coast-217580000WOC/dp/B0009HLSP0/ref=sr_1_1?s=toys-and-games&ie=UTF8&qid=1350385716&sr=1-1&keywords=robo+rally

    --
    (no sig)
    1. Re:Robo Rally by FiloEleven · · Score: 1

      I came here to suggest exactly the same game.

      In addition to tracking the order of execution, the game requires you to be aware of your environment: there are board elements such as conveyor belts that always execute just after each player instruction, and failing to take them into account will make the rest of your instruction set (five instructions per turn) detrimental or even suicidal.

      As far as programming goes, it's a very simplistic model. Keep in mind though that just because your nephew likes math does not mean he will like programming. I think Robo Rally is a good way to see if he's interested in the dynamic aspect of creating a system that does what you want before giving him a more substantial primer on programming. Plus, it's just a damn fun game in its own right, even for a bunch of 30-somethings!

  105. Code Hero by Anonymous Coward · · Score: 0

    Code Hero from Primer Labs. Pretty cheap and teaches Javascript and Unity3D. www.primerlabs.com

  106. Leo Brodie's Starting FORTH by RealGene · · Score: 2

    Sure, it was published over 30 years ago, and FORTH gets (and often earns) the the moniker of a Write-Only Language,
    but it allows concepts and code to be tested interactively, and as a language written in itself, lets the interested user learn
    how it works, not just how to work it.

    It's not exactly a resume builder, but knowledge of FORTH makes the concepts underlying other languages a lot easier to comprehend.

    --
    Mission: To provide products that consume time and energy as entertainingly as permitted by the laws of thermodynamics.
    1. Re:Leo Brodie's Starting FORTH by jbolden · · Score: 1

      The kids is 9. Forth is maybe about 2-3 years older as a first language.

      As an aside if one were going to go for a forth I'd say http://factorcode.org/ which is somewhat higher level.

    2. Re:Leo Brodie's Starting FORTH by RealGene · · Score: 1

      The kids is 9. Forth is maybe about 2-3 years older as a first language.

      The kid is described as "gifted" and doing math five grades above his class; I think he'd manage it just fine.
      I fed a sample of Chapter 1 to an analyzer, it's written at a 6th grade level. Plus, the cartoon illustrations are better than the text.

      --
      Mission: To provide products that consume time and energy as entertainingly as permitted by the laws of thermodynamics.
    3. Re:Leo Brodie's Starting FORTH by mlosh · · Score: 1

      I'm a huge fan of this book, for all the reasons listed above and then some.

  107. spacechem by quantumhuman · · Score: 2

    SpaceChem is amazing, but the learning curve might be a bit rough on younger kids. I still have trouble around the seventh or eighth planet. On the other hand, I loved Ninja Gaiden at that age, so who am I to talk?

  108. RE: The Little Schemer? by modulo · · Score: 1
    Amazon recommends for age 18 and up, which is probably a bit conservative, but the book summary mentions building on algebra, so unless the 9 year old is profoundly gifted (which is a possibility, of course) I would think the book would be too advanced.

    Looking at the sample chapter at http://www.ccs.neu.edu/home/matthias/BTLS/sample.pdf seems to confirm this.

    BTW, I'll add my vote for Scratch. Also, Mindstorms is intended for ages 10+, of course that may be adjusted down with mechanical *and* language giftedness but I find it's more than what my 7yo is comfortable with. There is a simpler LEGO product called WeDo for ages 7-12 (http://www.legoeducation.us/eng/categories/products/elementary/lego-education-wedo), it's for the education market but I've seen it available online. It's also a touch less expensive. Interestingly, there is an option to program it with Scratch (http://info.scratch.mit.edu/WeDo).

    --

    ...but the language is MUMPS, which I will not utter here

  109. Free Introduction to programming by Anonymous Coward · · Score: 0

    http://nehe.gamedev.net/

    The lessons are easy to follow, easy to write, very well written and provide a solid base of programming. And no book is required to purchase.

    Trust me, he will enjoy getting into something that shows results quickly.

  110. mIRC by Anonymous Coward · · Score: 0

    Show him mIRC (or some similar client)
    It will introduce him to an online community, get him comfortable with working from a command line, and as he discovers more he'll be able to write scripts/chatroom bots/etc. Thats the sort of thing hacker kids like to get into. After he is comfortable with scripting, then you can nudge him into OO stuff.

  111. RoboRally by Diss+Champ · · Score: 1

    The programs are short, but can instill some much-needed paranoia about how things can go wrong interacting with even a simple environment:).

  112. A.I. Wars (The Insect Mind) - FREE! by Anonymous Coward · · Score: 0

    Try A.I. Wars (The Insect Mind) - its completely free at TacticalNeuronics.com. You program insect robots to do battle in a simulator.

  113. c-jump board game by Anonymous Coward · · Score: 0

    http://www.boardgamegeek.com/boardgame/18731/c-jump-computer-programming-board-game

  114. Arduino and some blinky lights and motor shields by Anonymous Coward · · Score: 0

    Easy to program (in the sense that there's lots of examples, and most people DO learn to program by modifying something else, rather than starting with a clean sheet of paper)

    Easy to make it "do stuff" like blink lights, turn motors, sense the outside world.

    The mindstorms stuff is cool (my daughters both played with it a bit) but I don't know that it's any easier to program in Lego language than the C variant for the Arduino. Both require figuring out what to do, learning a bit of an arcane syntax (compared to English or whatever your kid speaks), fighting with a IDE that isn't always intuitive. But that's what cheat sheets and step by step procedures are for.

    Most 9 year olds (that's fourth graders) can handle simple soldering, etc, if you want to go that route, but I'm sure you can find ways to avoid that (like terminal barrier strips, connectors that you install for them, etc.). The ever popular white protoboard is a possibility too. (Heck, they have to build mission models in California, and most seem to handle that with no problem, parent complaints aside)

  115. Conway's Game of Life! by HackHackBoom · · Score: 2

    This is a fantastic mathematical, programming, and home creation project which you can do with your son. Its a great teaching tool, and looks awesome once your done. Take a look! The best part is that its relatively cheap as well.

    http://www.ladyada.net/make/conway/

    --


    "It's not stealing if you don't get caught!"

  116. Maxis' Widget Workshop by Anonymous Coward · · Score: 0

    just an hour ago, I was fiddling around with DOSBox, in an attempt to make this game accessible on my Win7 laptop... with minimal effort (DOSBox, Win 3.1, audio+sound drivers), I was able to get it installed and working.

    This game does a great job at providing puzzles which must be solved using inputs (some analog, some digital), some boolean logic (and/or/not/xor), some execution logic (loops, timers, etc) and outcomes (RGB color mixing, sound effects, on/off lights, etc).

    If they're comfortable using a mouse, I'd strongly encourage it.

    google image search shows some good screenshots.

  117. VB by Anonymous Coward · · Score: 0

    Learn VB.NET in 24 hours. Fun AND Educational!

  118. Logo by jbolden · · Score: 1

    No your 9 year old nephew couldn't handle the little schemer. But 9 is a great age for Logo. Alice is also easily doable for kids that age.

  119. game: C-Jump by perlstar · · Score: 1

    http://c-jump.com/

    There was post about this game on slashdot many years back. It's like candyland, but with C like expressions. It's not going to teach a kid how to program, but it will help lay the foundation.

  120. SpaceChem by Greenmoon · · Score: 2

    I picked up the iPad version of this puzzle game and was surprised at how much of my old coding brain cells it woke up. This sort of thing is a great way to introduce the concepts of programing without jumping right into code. I also concur with the RoboRally mentions out there.

  121. Lego Mindstorm NXT by mrops · · Score: 2

    This question keeps poping up on slashdot every once in a while!

    Get him a lego mindstorm, let him build robots that he controls from his computer code, then flash the java firmware on it uses java instead of the OEM UI interface.

    Mind storm http://mindstorms.lego.com/en-us/Default.aspx

    Java firmware http://lejos.sourceforge.net/

    Disclaimer: don't have fun instead of him. I find I play with my kids mindstorm just as much as he does.

    1. Re:Lego Mindstorm NXT by GlennC · · Score: 2

      From the submission (emphasis mine)...

      the Lego Mindstorm programmable robots- which would have been perfect, if only they weren't around 300 dollars...

      --
      Go on, citizen, stamp the vote card. R or D, your choice.
  122. RoboForge by Anonymous Coward · · Score: 0

    Roboforge is an old PC game that can be found for free where you construct your own robot then pit it against an opponent. You can program the AI using fairly simple, but very versatile programming modules. Few things are as fun as watching your robot do exactly as it is told. You have sensors and zones that you can set up for detection of the enemy, movement commands, math functions. It can be as simple or complex as you want it to be.

    Back in 2001 I remember playing pro rounds and winning $100 in a tournament. I was the first to build a runaway bot that would attack just to cause a small bit of damage, then run away the rest of the round. This kicked off the great runner/chaser era with algorithms becoming more and more complicated, until I believe a chaser was made that no runner could escape from. Good times.

  123. Simple programming interface by Anonymous Coward · · Score: 0

    Try http://www.codebymath.com...uses simple programming in the context of math to teach programming.

  124. Programming games by Anonymous Coward · · Score: 0

    Robowars HEHE

    There used to be a computer tank game where you could program multiple robot battle tanks to fight each other, wish I could remember the name, sadly I suspect
    its out of print...

  125. Adventure Creation Kit by ChodeMonkey · · Score: 1

    I would strongly recommend the adventure creation kit.

    http://mozomedia.com/ack/

    --
    All your attention are belong to my old internet meme.
  126. RoboMind, Hackety Hack, Kodu by zoy209 · · Score: 1

    All are fun and totally free! Kodu introduces programming logic without "real" code, it's good for younger kids but still fun for older kids too. RoboMind combines the Kodu game aspect and real code. Hackety Hack is code-only but it shows fun step-by-step instructions.

  127. No equivalent by Anonymous Coward · · Score: 0

    I started with a VIC, then a C64 and the commodore documentation/manual at the age of 7... I was looking for something so inspiring to give to my own kids. The problem is, you don't NEED to know how to write code to use a PC in this age, where most of us came from a generation where Fortran or BASIC was needed to accomplish anything other than "load, 8,1".

  128. Meat fun by proslack · · Score: 1

    Buy two baseball gloves and a ball. Give him one glove. Throw the ball back and forth with him. He will probably appreciate and remember that more as an adult than programming books.

    --


    Floating in the black seas of infinity without a paddle.
  129. Programming for babies by Anonymous Coward · · Score: 0

    http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628

    Tell them to stop being such pussies, and to just learn C

  130. Try flash games first by Anonymous Coward · · Score: 0

    See if he enjoys these games first. Then try a real programming language.

    http://www.kongregate.com/games/Coolio_Niato/light-bot and
    http://www.kongregate.com/games/Coolio_Niato/lighbot-2-0 and
    http://www.kongregate.com/games/PleasingFungus/manufactoria

  131. Unreal Engine? LAMP? by dontfearthereaper · · Score: 1

    Not so much programming as it is design, but It allows you to play with motion, physics, skeletal structures, geometry, environments, etc. It's cheap, and a helluva lot more fun than MSPaint. It could turn out to be a good stepping stone into game design. If you want to go strictly programming, I'd seriously consider introducing the kid to the LAMP stack. Linux and Apache are easy enough for a young kid to learn the fundamentals of, as he/she gets older, bring on the SQL and Python/PHP/PERL. Web applications are going to be the future for the foreseeable future, and Python isn't quite as daunting as C, C++ or C#.....

  132. that was my first BASIC program in 1970 by peter303 · · Score: 1

    Took about a minute to print a new grid of asterisks on a teletype then.

  133. Do what I did by Anonymous Coward · · Score: 0

    I grew up on an Apple II. Get them a copy of Rockies Boots and the Odyssey. Both are great logic and programming games. It really carried me through all my math courses. Every time I had a Logic class I had perfect scores on every assignment.

    Consider that some of the learning software today may not be as good as some of the older stuff!

  134. do programming & algebra go hand-in-hand? by peter303 · · Score: 1

    Both systems make the conceptual leap that a number can be represented by a name rather than digits. Then both systems give you a large number of recipies for manipulating that name to compute something.

    Usually most people can hand abstraction after a few years of arithmetic. But I've seen some people go mentally blank after leaving the concrete system of digits and never grasp algebra or programming.

    Thats why I am a little skeptical about hearing of 5 or 6 year olds "programming". I dont think the foundation is really there yet. But I think some 9 or 10 year olds can handle both kinds of abstraction. I could by that age.

  135. Just programming? by Anonymous Coward · · Score: 0

    Better headline: Ask Slashdot: Best Book Or Game To Introduce Kids To Secure Programming?

  136. Logiblocs by Anonymous Coward · · Score: 0

    I used to play with this when I was a child and I really enjoyed it : http://www.logiblocs.com/ . Basically, they are the LEGOs of logic gates, with some interactions possible with the external world (light sensor for example).

  137. Start at the beginning (Logo Language) by Anonymous Coward · · Score: 0

    check out this site, and the language there within. I remember using this when I was a youngling and definitely sparked the interest in computers and programming:
    http://el.media.mit.edu/logo-foundation/logo/programming.html

    Definitely a good place to start for sure.

  138. Nine? And still doesn't know programming.... by sgt_doom · · Score: 1

    ....if he's truly "gifted" then he would already be programming ....sounds like another wishful thinker --- say, are you one of those undecided jackh....I mean, voters, they are hosting at the Presidential Town Hall????

  139. alice by Anonymous Coward · · Score: 0

    he might be a little old for it, but alice would work...
    just started my 10 and 14 year olds on it...
    it has 3d object they can control (thier addicted to mincraft, so thst should hook them in)
    and yet it show the basics of object oriented programming
    at least its a quick way that they can create something that looks like somthing vs "hello world"

  140. Kodu Game Lab by Anonymous Coward · · Score: 0

    Kodu Game Lab is a visual programming language from Microsoft Research made specifically from game programming. It's a free download for the PC at www.kodugamelab.com.

  141. beyond Minecraft: AgentCubes Create+rule 3D shapes by the+agent+man · · Score: 1

    from the friendly people who pioneered educational drag and drop programming (AgentSheets) comes AgentCubes, the first 3D creativity tool integrating the creation and programming of 3D shapes with advanced end-user development tools.

    Watch this movie and tell me if you think this could have been done with any other tool (in 3 minutes) http://youtu.be/jgiGoLYFA0A

  142. Ren'Py by Anonymous Coward · · Score: 0

    Ren'Py (.org) offers a pretty cool plateform for kids using the basics of Python and simplified functions inside the Ren'Py engine. I've taught kids to program in two hours. They could hav their drawings up on screen, moving around and give the user a choice based interaction.

  143. Re:Get the kid something "bigger" than programming by Anonymous Coward · · Score: 0

    lets see...
    who programs the system to track objects in space and calulate thier trajectory...
    who programs they systems to monitor plants and chemicals in the soil as they grow under different contiftions...
    who programs the dna data analyzer to find the correct sequence that causes alzhimers...
    who makes a script for the cad system to make the presentation to the client...
    who makes changes to the control systems at a chemical plant...
    programming is logic applied...

  144. See also CODE by Anonymous Coward · · Score: 0

    CODE: The hidden language of hardware and software is another similar book.

  145. None by Anonymous Coward · · Score: 0

    If he is really truly gifted he only needs Google.

  146. Only programming game is Carnage heart. by Anonymous Coward · · Score: 0

    Carnage heart for playstation one is the only game I know of where you actually program in the game. Google it, it is quite amazing and fun!

  147. Garry's Mod by Anonymous Coward · · Score: 0

    It is a ridiculously fun game where the fun is engineering. It has an extremely vibrant modding community because the game supports addons in Lua. Very easy to get into (there are numerous websites, tutorials, and videos explaining how to do lua modding in the game), and it goes much further than programming. There's a mod called Wiremod that allows logic circuits to be built in game and used to control your creations. There's even a simulated CPU that is available within Wiremod, so you can build an entire computer from the ground up within the game (even from NAND gates up, if you so choose).

    I came to love programming because of this game, and one of my younger brothers is having the same experience. Whatever you find, check to make sure it is truly fun for your kid. They've got to be the driver of the experience, and derive the enthusiasm for themselves.

  148. Kids? Programming? by Anonymous Coward · · Score: 0

    Try getting a Raspberry Pi. If you are willing to do some work getting it set up, your son could use Scratch, as someone already suggested. This way you don't have to worry about him messing up an expensive machine, and still be able to create some neat programs.

  149. Colobot!!! by mikelang · · Score: 1

    I recommend Colobot too: it uses Java, has immersive 3D visuals, and I enjoyed it a lot loong after I learned to program. I now search for a copy to give to my nephew. Next best would probably be Windows Robot Battle, but it doesn't have a nice story behind it.

  150. ebay by Anonymous Coward · · Score: 0

    http://www.vintage-computer.com/magazines.shtml

  151. NFL are so much loved by customers?cheap nfl jer by Anonymous Coward · · Score: 0

    Changing the lives entirely previously seems very overwhelming and it is, cheap ncaa jerseys in actuality, if your kids is accustomed to playing game titles or watching tv every night, send all of them outside in order to play for quarter-hour first Watching tv and playing game titles, even to have authentic nfl jerseys wholesale an hour every evening robs them from the opportunity in order to interact socially along with others Regardless of whether the seller is based in the USA, Canada, U Our kid's hobbies additionally put them in dangerAdChoicesFor only $35, you can own of the most popular football uniforms on the market today There are 32 teams in the League, it divided deion sanders falcons jersey into two federations: the United States cheap jerseys Football Association (American Football Conference, referred to as AFC, AL) and the national football federation (National Football Conference, referred to as NFC, the League of Nations) Normal wear also includes these jerseys as they cheap custom nfl jerseys give you a great sports lover look that you always wanted to showoff to your friends and others Furthermore, you can personalize these jerseys with additional fees as it fits in a quantity of websites You can get your jerseys customized as per your preferences like getting the name of the team imprinted on the front of the jersey and wholesale nfl nike jerseys the name of the players and their number cheap elite nfl jerseys on the back Locksmiths New jersey Area throughout Colorado will be the chief throughout New jersey, a new company involving solutions one day locksmith along with stability during New jerseyWhile shopping for Steelers jerseys if you compare the price range and other features of the products of NFLsnapbacks The site wwwRelated ArticlesPurple soccer jerseys: Bati-Gol, Ares for ever!Soccer jerseys:You know how much?All About Soccer JerseysSoccer Jersey Collections GuideRage of football lovers can be seen in every game as supporters engulf the whole stadium and cheer for their favorite custom nfl jerseys cheap teamNbajerseysale The only problem is probably appropriateBrowns' fans should start their search online

    Many of us in addition provide locksmith solutions Urgent situation fasten the idea routinely Cheap NFL jerseys get a bad rap, but really, its nothing more than repping your home team Each of our 24hour locksmiths, daily in the 1 week, dailyRelated ArticlesChoosing a Reliable LocksmithLocksmith New Jersey delivers per day time servicesLock Picking Performs Adequately nfl logo tee images by LocksmithPick the Right Locksmith? Many of us take care of many recommendations along with a lock also The style and cheap NFL T Shirts size gives you the freedom to move around and be in a position which could help you relax truly Cheap custom jerseys unlike the fitting jeans Due to the limit of their economic condition, they cheap nike nfl jerseys only give up Their love

  152. During the game fans must wear their teams jersey, by Anonymous Coward · · Score: 0

    This process was certainly expensive and took timeThere are several custom basketball jerseys available in the market Here are a few things you should be aware of before buying jerseys onlineLocking NEMA plugs, receptacles and connectors to 30 Amps wwwYou also have the option of customizing or personalizing your jersey For authentic nfl jerseys wholesale NFL SHOP 2008 cheap custom nfl jerseys Priceline came second only to Hotwire in terms of cheap mlb jerseys customer service NFL SHOP according to J You can start with NHL replica jerseys and have your own numbers, team name and players names added or you can go with what are called "uncrested" hockey jerseys, which are cheap jerseys jerseys with no actual custom nfl jerseys cheap NHL team colors or cheap NBA Jerseys licensed designs Here are a few things you should be aware of before buying jerseys online Before buying a reversible jersey, you should make sure that the dress is nfl football jerseys cheap properly cut and fit to the size of the cheap elite nfl jerseys body If you are their fans, never miss out the chance to save extra 10% off Kobe & James Jerseyshtm">jordan shoes head office that will "No, My spouse and i never individual just about any exact as well as Basketball Jerseys, inch and then, you happen to be recognizing your current aggregation half-baked But I could really care less if it gets destroyed Through them you will be able to have a specific idea on what decorations and party favour you must buy As soon as you make an order, your own jersey would be brought cheap football jerseys to a person within cheap nike nfl jersey a handful of operating days Start with the NFLs official pro shop just to get an idea of what the retail price is of the particular product you are looking for This can also avoid entering into a store and install the other object

    Girls go on knees when they find cool guys wearing such attractive jerseys!If you cheap nike nfl jerseys had been looking for Steelers Jerseys for long and questions like - Where you want to buy the jerseys? Will you get a good deal on the jerseys or not? Is it possible to get quality made cheap teens Steelers jerseys? custom cheap NFL T Shirts nfl jerseys cheap C were coming in your mind, the answers to all these questions are uncovered at the online store NFLsnapbacks It is cheap nike nfl jerseys a good way to order your T-shirt, but not cheap jerseys So why not adhere to che

  153. NHL sticker, a fight strap that had buttons that a by Anonymous Coward · · Score: 0

    In addition, you can also get these nfl jerseys at your own home without cheap jerseys going anywhere So now It's very easy with just a click From Spice Grill you can order any Indian food online with cheapest price December 2, 2010, FIFA cheap nike authentic nfl jerseys wholesale NFL SHOP nfl jerseys wholesale announced in Switzerland, held in Russia in 2018 , 2022 held in QatarThe National Football League is full of passionate fansAdChoicesYou like sports, when placing on inside the beloved jerseys; you need to really feel an ideal lynch jersey offer more self-confident and happyHere are some reasons people use online custom tCshirt services:Whenever we ask a few new partners or parents from the children regarding their goals, they state that they wish to have a couple of healthy children We specialize authentic nfl jerseys wholesale in replica and Authentic NFL Jerseys wholesale, Pittsburgh Steelers Jerseys, Cheap MLB Jerseys, NACC Jerseys Find all the top Pittsburgh Steelers players jerseys and Pittsburgh Steelers gear or for an old school twist on your favorite Pittsburgh Steelers team shop from our select line of Pittsburgh Steelers jerseys all at a great price You can find out how by clicking the cheap nfl custom jerseys link in the author bio The shopping centre features a high street consisting of a large number of shops and facilitiesWhen travelling to Thailand, you will see vendors on the street of Bangkok selling Manchester United, Liverpool and Arsenal jerseys on every corner But the perfect among them is the black and yellow jersey A very beautiful bride dressed witnessed it allBrowse the online stores to find latest styled and designed jerseys for your kid It is now jerseys4home much easier to find such t-shirts in competitive rates There is a very slight chance that when you lynch jersey use Priceline, you'll get a hotel cheap authentic nike nfl jerseys room with one bed when you need a room for 3 people

    From the type, color and the brand, it is imperative cheap authentic nike nfl jerseys cheap nike nfl jerseys that everything blends to make Cheap custom jerseys you fit in Price cheap nike nfl jerseys comparison sites like nextag Tony place on the cheap NFL jerseys, he likes to research the design ofKobe, lifestyle, basketball actively playing style, wearing style This fun activity can add spice within the team so it is just right to consult your team mates whenever there's something about the shirts they need to know1" x 8 They also are able to make jerseys for school basketball teams so that students who joined the basketball team can get a uniform for themselves The cut and style of jersey is such that sport personalities usually love to play wearing the jerseyscom has been rated as the number one jersey store online in the US for is uninterrupted service for all these years We also tend to shout cheers of motivation when they play a lotMoreover, in reality, there are precautions to be taken

  154. Code Hero by Anonymous Coward · · Score: 0

    "Code Hero is a game that teaches you how to make games with a code ray that shoots Javascript. Become a code hero and shape the future!"