scotherns comments on Being a teacher - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (152)
Heh, I learned to program when I was six, I don't happen to remember it being hard -- and I think I therefore pretty much suck at teaching programming.
I rock at explaining specific concepts to programmers -- libraries, techniques, tools -- but I cannot teach a non-programmer to program. "What do you mean? You just write functions! They accept arguments, and do stuff...ummm...it's like subroutines?"
My eldest daughter is eight, and I haven't taught her to code yet. I'm such a bad parent :-)
We'll do "Hello World!" tonight after school!
Awesome!
Language choice is important, though. If you're proficient in JavaScript, I would suggest that, since later on, you can have a for loop updating an absolute position of an IMG dom element ("animation") for relatively little effort -- and this, hopefully, will make her realize that programming is cool. When she starts doing collision-detection for a kitten-based game, you'll know you've succeeded :)