TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How would you introduce a 14 year old to programming?

2 点作者 jmg将近 15 年前
When I was in about 8th grade I downloaded a copy of Visual Basic 3, which was my first introduction to a higher-level language. Before that, I had played around with basic on one of those toy computers. How would you introduce a child in middle school to programming? Does anyone know of any studies done?

2 条评论

mattmiller将近 15 年前
I got into it through HTML and javascript. This was in the Geocities and Tripod days. Websites were really the only application that I could create something cool easily.<p>I also played about with VB and Pascal, but stopped because it took too long to create anything usable. Although HTML and JS are not terrible complicated, it allows for simple development and it is very usable later in life. You could get them into server side scripting too.<p>Also, check out the Torque game engine. It is pretty easy to create a video game with no programming at all. When you want to get more advanced you can do some Lua scripting. When you want to get really advanced you can work on the C++ that the engine is built on. Torque is pretty well supported and you can even port the games to XBox.
DanielStraight将近 15 年前
I don't have direct experience, but I can share some of my favorite links on the subject.<p>This is my ultimate favorite:<p><a href="http://teachingkids.railsbridge.org/2009/08/15/teaching-ruby-to-high-school-girls.html" rel="nofollow">http://teachingkids.railsbridge.org/2009/08/15/teaching-ruby...</a><p>I also like this guy's blog:<p><a href="http://blogs.msdn.com/b/alfredth/" rel="nofollow">http://blogs.msdn.com/b/alfredth/</a>