TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Teaching My Daughter To Code

113 pointsby muriithiover 14 years ago

10 comments

mattmcknightover 14 years ago
I installed scratch for my daughter, when she was 5. She did a lot of simple things that were like Flash animations. Now that she is 7, she is creating some more complex games, and tons of ideas for games. We've been messing around with Google App Inventor for Android as well, which uses the same framework. She does a lot of MS Office work in school, including Excel formulas, but they don't seem to tackle actual coding early enough.<p>Our next projects will probably involve doing some web development and then perhaps Mindstorms.<p>My first experience in programming was reverse engineering the programs that ran on the TRS-80 we had at school to change the names of the characters in the exercises to be other kids and teachers and allow me to get the high scores on the games. It's a little harder to imagine people starting that way with the complexity of a lot of the software that we interact with, but I tried to give her a flavor for that by modifying some of the image files that came with the games she has installed.
评论 #1948830 未加载
评论 #1947646 未加载
obsessive1over 14 years ago
My first (real) programming experience was with PHP when I was 14. Before that, I fiddled around with a bit of flash and ActionScript. I found it so much easier to learn by actually having a project and working out how to make it a reality as opposed to just reading about it in a book.
评论 #1948862 未加载
Luytover 14 years ago
A long time ago, I also made these kinds of programs. That was on a PET 2001, and I didn't have the luxury of bitmaps back then. I would use the PET's graphic characters as 'actors', and POKE them to the video memory. It started with simple balls, but soon my 'actors' grew into sprites made up from multiple characters (with a square, a few line graphics and a ball you could make a little fellow). POKEing all these characters from BASIC became a bit slow, and that was the moment I started learning machine language (<i>necessity is the mother of invention</i>), and from then on I wrote my PET games in 6502 assembly. That made them blindingly fast! (And very prone to crashing, too ;-)
jluxenbergover 14 years ago
Reminds me of Turtle Graphics from Logo ( <a href="http://el.media.mit.edu/logo-foundation/logo/turtle.html" rel="nofollow">http://el.media.mit.edu/logo-foundation/logo/turtle.html</a> ). Interesting that programming at this basic level has been unchanged for so long...I guess that means we got it right at the beginning!
评论 #1947288 未加载
fsniperover 14 years ago
This reminds me the story that my deceased father told me. Once upon a time when the c64's reigned in Turkey, He asks me to write down some of the programs distributed with Commodore magazines. Yes, these magazines consisting of 5-6 pages full of GW-Basic code and which are mostly incorrect or incomplete :) And he adds, "Than you who never stands up from the desk did not touched the computer at least a month" :)
spektomover 14 years ago
Brad Fitzpatrick says in "Coders at Work" that his father taught him to program when he was 5 years old.
nhangenover 14 years ago
This is cool. My son is 8 and I'm trying to get him interested in learning code, but right now he can't draw the line between code and the games he plays.
评论 #1948461 未加载
Cushmanover 14 years ago
I was learning C when I was six years old. Definitely helped that my older brother (then 11) was the one teaching me— I wonder if having young children learn from older children might be good advice in general?
评论 #1947176 未加载
评论 #1947417 未加载
ianpover 14 years ago
Cache: <a href="http://webcache.googleusercontent.com/search?q=cache:pyRL80hQAAIJ:blogs.kent.ac.uk/mik/2008/01/20/teaching-my-daughter-to-code/+http://blogs.kent.ac.uk/mik/2008/01/20/teaching-my-daughter-to-code/&#38;cd=1&#38;hl=en&#38;ct=clnk&#38;gl=us&#38;ie=UTF-8" rel="nofollow">http://webcache.googleusercontent.com/search?q=cache:pyRL80h...</a>
giantsquidover 14 years ago
Should of used dependency injection