哪个LOGO实施?
我想展示我的小表弟 (12) 编程。 我认为LOGO是一个好的开始。 我应该使用哪个实现? (视窗)
I want to show my young cousin (12) programming.
I think that LOGO is a good start.
Which implementation should I use? (windows)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我会在 Windows 上使用它
我不会向刚开始编程的人或孩子教授 Visual Basic,它是首选的非静态语言。另外,我不会向任何人教 PHP,但这是个人喜好。
你也可以看看爱丽丝。有些人也用这种语言来教孩子。
http://www.alice.org/
I would use this for windows
I wouldn't teach Visual Basic to a person or child that is starting to program, a non static language it's preferred. Also I won't teach PHP to anyone, but that's a personal taste.
You can also take a look at Alice. Which is a language some people also use to teach kids.
http://www.alice.org/
您可能还想考虑“小型基本”: http://msdn.microsoft .com/en-us/beginner/ff384126.aspx
我没有这方面的经验,所以我可能有点离谱,但它似乎有一些粉丝:
You might want to also consider "Small Basic": http://msdn.microsoft.com/en-us/beginner/ff384126.aspx
I have no experience with it, so I might be a bit off-base, but it seems to have a few fans:
Starlogo TNG 是 Logo 的一个很好的图形实现,可以让孩子们学习起来非常有趣。它使用块编程界面和 3D 图形,因此孩子们看起来就像他们正在立即玩游戏一样。 http://education.mit.edu/drupal/starlogo-tng
我还有一些东西以前用过的是RAPTOR,它是一个流程图解释器。它非常适合高水平的算法教学,而无需花时间学习语法。 http://raptor.martincarlisle.com/
Starlogo TNG is a good graphical implementation of Logo that can make it really fun for kids to learn. It uses a block-programming interface and 3D graphics so it looks to kids like they're immediately playing a game. http://education.mit.edu/drupal/starlogo-tng
Something else I've used before is RAPTOR, which is a flowchart interpretor. It's good for teaching algorithms at a high level without having to spend time learning syntax. http://raptor.martincarlisle.com/