7

我想向我年轻的表弟 (12) 展示编程。我认为LOGO是一个好的开始。我应该使用哪个实现?(视窗)

4

3 回答 3

7

我会把它用于窗户

  1. http://fmslogo.sourceforge.net/
  2. http://www.softronix.com/logo.html
  3. 此处的其他内容:徽标编程语言实现

我不会向开始编程的人或孩子教授 Visual Basic,这是一种首选的非静态语言。此外,我不会向任何人教授 PHP,但这是个人品味。

你也可以看看爱丽丝。这是一些人也用来教孩子的语言。

http://www.alice.org/

于 2010-04-07T17:05:53.670 回答
2

您可能还想考虑“Small Basic”:http: //msdn.microsoft.com/en-us/beginner/ff384126.aspx

我没有这方面的经验,所以我可能有点离谱,但它似乎有一些粉丝:

于 2010-04-07T17:20:38.343 回答
1

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/

于 2010-04-10T13:56:43.183 回答