What to teach after Scratch? [closed]

2019-03-09 10:04发布

My son is enthusiastically programming simple games in Scratch. However Scratch is a very simple programming environment (no subroutines even), and I can see that soon he is going to need to move on to something else.

Does anyone know of a good learning language that makes graphics easy but provides "real" programming features like data structures, functions, arrays and lists?

Bonus points if it runs under Linux (Ubuntu). An answer of the form "language Foo with library Bar" is also an option.

10条回答
放我归山
2楼-- · 2019-03-09 10:47

is QuickBasic still around? That's what I started with when I was like 7-8, and I was able to make full fledged games, etc. without any external libraries.

EDIT: check out this link about FreeBasic:

http://linux.about.com/b/2006/11/10/freebasic-open-source-alternative-to-quickbasic.htm

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-03-09 10:52

Take a look at Processing.

It's tour de force is graphics, animation, and visual manipulation. It runs under Linux, too.

Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool.

查看更多
霸刀☆藐视天下
4楼-- · 2019-03-09 10:58

I would suggest using CodingBat. Although CodingBat doesn't provide graphics, it does provide the "programming features" and straightforward practice involving strings, array, and logic. I think this website helps with developing the basic foundation behind programming.

Link: http://codingbat.com/

查看更多
Root(大扎)
5楼-- · 2019-03-09 11:01

Here is an interesting microsoft project called Small Basic that is a good, simple, free programming environment for learning, based on BASIC.

No bonus points because of the lack of ubuntu, but a cool learning tool.

查看更多
登录 后发表回答