Small BASIC

First there was BASIC. Then there was Quick BASIC.I had though we reached the end of the line with Visual BASIC. However there is now a new animal called Small BASIC. The goal behind this version was to make programming fun. It is supposed to be easy to learn. Therefore even young kids are supposed to be able to pick it up.

The author believes that this could be a good first programming language. It is based on dot NET. There are minimal concepts in the language. Some people who have tried it out say it reminds them of Python.

Like most BASIC implementations, it does allow use of the evil GOTO statement. There is built in support for extension libraries. Now there are other simple languages like Python, Ruby, and Alice. However the author says these do not have the same “charm” as small BASIC.

There are a total of 15 keywords supported by Small BASIC. Users have commented that it looks a lot like hackety hack. Others wonder why Visual BASIC cannot be a young developer’s first programming language. I for one know that VB can be a bit complex. I do recall the fun I had with BASIC as a youth. Perhaps even I will check it out.