Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Education Programming

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

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?
This discussion has been archived. No new comments can be posted.

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

Comments Filter:
  • $300 is a bargain (Score:3, Insightful)

    by Anonymous Coward on Monday October 15, 2012 @09:59PM (#41665225)

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

  • Scratch (Score:3, Informative)

    by Anonymous Coward on Monday October 15, 2012 @09:59PM (#41665227)

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

  • Minecraft (Score:5, Informative)

    by rwa2 ( 4391 ) * on Monday October 15, 2012 @10:02PM (#41665239) Homepage Journal

    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/ [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.

    • 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.)

    • +1 for Python (Score:5, Interesting)

      by occasional_dabbler ( 1735162 ) on Monday October 15, 2012 @10:36PM (#41665463)
      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/ [touchdevelop.com]
      • Or you could use MIT's Scratch [mit.edu] programming environment and not get yourself icky with MS.
        • Or you could use MIT's Scratch [mit.edu] programming environment and not get yourself icky with MS.

          Also, if they like Scratch, they can try Stencyl [stencyl.com]. 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.

    • http://0x10c.com/ [0x10c.com]

      Not yet released, but looks quite cool.

    • Re:Minecraft (Score:5, Informative)

      by Anubis IV ( 1279820 ) on Monday October 15, 2012 @10:59PM (#41665597)

      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.

      • 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?
      • 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 [abandonia.com] and Robot Odyssey [abandonia.com].
    • 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.

      • by Dahamma ( 304068 )

        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...

        • 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.

          • by Dahamma ( 304068 )

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

    • Re:Minecraft (Score:5, Informative)

      by Barlo_Mung_42 ( 411228 ) on Monday October 15, 2012 @11:43PM (#41665781) Homepage

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

      • by Creedo ( 548980 )
        Seconded. And they have shields and sensors for damned near everything. We start playing with Gameduino [excamera.com], but we're also messing about with the motor shields(with hacked up RC vehicles), mp3 shields and a touchscreen [makershed.com].
    • 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...

      • 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)

  • by Anonymous Coward

    How about you first show him this:

    http://www.mygamefast.com/

    Then you show him the ORiley Python Book.

  • GORILLA.BAS (Score:4, Interesting)

    by damn_registrars ( 1103043 ) <damn.registrars@gmail.com> on Monday October 15, 2012 @10:03PM (#41665257) Homepage Journal
    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?
  • by theheadlessrabbit ( 1022587 ) on Monday October 15, 2012 @10:06PM (#41665275) Homepage Journal

    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.

    • 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

  • Code Monster (Score:5, Informative)

    by Skidge ( 316075 ) on Monday October 15, 2012 @10:06PM (#41665279)

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

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

  • Scratch (Score:5, Informative)

    by goertzenator ( 878548 ) on Monday October 15, 2012 @10:06PM (#41665281)
    Scratch, visual multimedia programming system from MIT. http://scratch.mit.edu/ [mit.edu]
    • Mod parent up. Free, fun, community, easy, challenging.

    • Re: (Score:2, Interesting)

      by Anonymous Coward

      +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.

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

      I'm going to repeat my post from above. If they like Scratch, consider Stencyl [stencyl.com]. 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 lear

  • 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.
  • 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 progr

  • Scratch by MIT (Score:5, Informative)

    by JRHelgeson ( 576325 ) on Monday October 15, 2012 @10:13PM (#41665325) Homepage Journal

    http://scratch.mit.edu/ [mit.edu]

    It is what has gotten my 5 year old engaged.

  • SpaceChem (Score:5, Informative)

    by Jeremi ( 14640 ) on Monday October 15, 2012 @10:13PM (#41665327) Homepage
  • by 109 97 116 116 ( 191581 ) on Monday October 15, 2012 @10:18PM (#41665353) Homepage

    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.

    • Re: (Score:2, Insightful)

      by Anonymous Coward

      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.

      Progra

    • by qwijibo ( 101731 )

      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?

  • 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 dem

  • by Anonymous Coward

    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 va

  • GameMaker (Score:4, Interesting)

    by Purity Of Essence ( 1007601 ) on Monday October 15, 2012 @10:24PM (#41665381)

    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.

  • Adventure games!! (Score:5, Insightful)

    by ryanw ( 131814 ) on Monday October 15, 2012 @10:26PM (#41665401)

    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.

  • RoboRally (Score:5, Interesting)

    by JoshDM ( 741866 ) on Monday October 15, 2012 @10:33PM (#41665437) Homepage Journal
    RoboRally [boardgamegeek.com], 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.
  • by chalker ( 718945 ) on Monday October 15, 2012 @10:34PM (#41665447) Homepage

    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."

  • TI-86 Basic (Score:3, Informative)

    by stuporglue ( 1167677 ) on Monday October 15, 2012 @10:46PM (#41665525) Homepage

    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.

  • by The Dancing Panda ( 1321121 ) on Monday October 15, 2012 @10:47PM (#41665535)
    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.
  • You (Score:5, Informative)

    by Sarten-X ( 1102295 ) on Monday October 15, 2012 @10:47PM (#41665537) Homepage

    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.

  • by flogger ( 524072 ) <non@nonegiven> on Monday October 15, 2012 @10:48PM (#41665539) Journal
    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...
  • 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.
  • by AHuxley ( 892839 ) on Monday October 15, 2012 @10:56PM (#41665579) Journal
    http://en.wikipedia.org/wiki/Logo_(programming_language) [wikipedia.org]
    Will get him ready for the computer skills needed to learn the ideas that keep many big US companies old apps running.
    • by xigxag ( 167441 )

      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.

  • AT-Robots [necrobones.com], 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.
  • visual pinball is open source and you can also build your own pinball tables on the PC.

  • 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?

  • 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 :)
  • you'll need the MSP430 launch pad [ti.com], a hosepipe, some electronic water valves, some simple electronics and a swingset to make one of these waterfall swings. [youtube.com]

    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

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

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

  • This game would be excellent as a new port.
    http://en.wikipedia.org/wiki/RoboSport [wikipedia.org]
    "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).
  • Check out: Scratch [mit.edu]
    My 9 y.o. daughter loves it. It gets through a LOT of programing basics in a fun way.
  • by KalvinB ( 205500 ) on Tuesday October 16, 2012 @12:37AM (#41666001) Homepage

    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.

  • 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 ye
  • My 10 year old loves The Scratch programming environment from the MIT Media Lab. It's free from http://scratch.mit.edu/ [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 fanta
  • 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

  • QBasic (Score:3, Interesting)

    by katchup ( 2753329 ) on Tuesday October 16, 2012 @01:20AM (#41666153)
    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)
  • 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.

  • 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 t

  • I have no first-hand experience with this book [briggs.net.nz], but it looks good, and Python is a good option for anybody IMO.
  • The Incredible Machine [wikipedia.org], or its modern counterparts.
  • A very good introductory book on computer networks for children has been previously discussed [slashdot.org] on slashdot some time ago.
  • Let's see, there's Bangai-O Spirits:

    Bangai-O Spirits [amazon.com]

    Wario Ware DIY:

    Wario Ware D.I.Y. [amazon.com]

    KORG DS-10 Plus:

    KORG DS-10 Plus [amazon.com]

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

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

  • 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 f

  • 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 [cmu.edu].

    My personal favourite language of all time: Icon [arizona.edu].

    S.

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

    http://twolivesleft.com/CargoBot/ [twolivesleft.com]

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

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

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

  • by Kongming ( 448396 ) on Tuesday October 16, 2012 @07:12AM (#41667283)

    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 [amazon.com]

    • 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 d

  • by RealGene ( 1025017 ) on Tuesday October 16, 2012 @07:58AM (#41667465)
    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.
    • by jbolden ( 176878 )

      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/ [factorcode.org] which is somewhat higher level.

      • 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.

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

  • by HackHackBoom ( 198866 ) on Tuesday October 16, 2012 @09:11AM (#41667955) Journal

    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/ [ladyada.net]

  • 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.

  • 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.
  • I would strongly recommend the adventure creation kit.

    http://mozomedia.com/ack/ [mozomedia.com]

  • 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.
  • 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
  • ....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????

What is research but a blind date with knowledge? -- Will Harvey

Working...