hexmode

a buddy of mine has a decent thread going about what to teach children about programming I have submitted a comment that is awaiting his approval, but my suggestion was HTML/CSS and then JavaScript. I must admit this is not my sole opinion. A guy I work with is teaching his son web programming with JavaScript. However, I think this is a great idea. JavaScript and HTML/CSS will give the young person instant gratification. To me nothing is cooler to new comers than GUI dev, and HTML makes a nice way to introduce GUI concepts as well as the “Wow!” factor of making a text box on a field of blue :)

About Nathan Powell

I am a middle aged technologist freak-ball.
This entry was posted in programming. Bookmark the permalink.

10 Responses to hexmode

  1. It should be noted that I don’t have any children…that I know of :)

  2. John says:

    Python is a great teaching language. You could ignore the OOP aspect of it for the most part, and make simple procedural scripts. Simple, clear, easy to read code.

    Although I do agree that HTML would be good as a “pre-programming” lesson.

  3. Pingback: import this. » Blog Archive » Teaching Python

  4. Pingback: Buzzing Bye » A Child’s Learning Computer Language

  5. Don Spidell says:

    My elementary school had us learning Logo Writer in the 3rd grade. Logo is now obsolete, but it contained so much that a beginning programmer should know: variables, control structures, subroutines, etc. Plus, you could write subs to make the “turtle� draw cool stuff on the screen. We used an Apple IIc.

  6. Thanks for the links, trackbacks and ping backs everyone.

  7. Don, the interesting thing is that in a time long long ago, I too made the Apple ][e turtle logo stuff. Though at the time I had little interest. I didn’t realize that some 20 odd years later I would be a programmer :). At the time I thought…oh, neat, a typewriter with a screen instead of paper. We never did get a home computer while I was growing up, and I didn’t even realize I like computers until a few years ago. However in my foggy brain I have since remembered 6th grade computer class and the turtles :)

  8. John says:

    Depending on the age of the kids, I think Logo is a really fun idea. I have great memories of playing with that as a kid. :) The Logo Foundation has all the information you need to get started, including links to public domain and open source versions of Logo interpreters.

  9. Lola says:

    does this nate person happen to be nate josiah? if so, he has been hacking into my site.

  10. Heh, no. My name, you may be shocked to learn…is Nathan Powell.