the blog for developers

Learn Programming with Microsoft Small Basic

I’m not very enthusiastic about Microsoft, mostly because they have been a copy cat for decades. But before Microsoft started with Windows, they’ve produced programming languages and were respected by many. I came into contact with Microsoft when playing with AmigaBasic which was build by Microsoft. Understanding BASIC on a VC20 was hard, I had no computer on my own and just followed others, blindly typing in programming code I’ve seen others use, amazed by the results of

10 PRINT "STEPHAN"
20 GOTO 10

Amazement that never left me.

Recently Microsoft has been promoting programming to kids and released Small Basic for free download. This is a very small and simple BASIC interpreter for Windows. I applaud this move, as there are not enough developers (especially women) around and all people should understand the basics of programming (utopia, I know!):

Microsoft Small Basic puts the “fun” back into computer programming. With a friendly development environment that is very easy to master, it eases both kids and adults into the world of programming.

Some argue BASIC isn’t the best programming language around to learn programming, and I agree. LOGO is much better suited I’ve learned from teaching programming to non-programmers. But learning BASIC is better than not learning programming, and I’ve also started with BASIC which took me on a wonderful journey to over twenty other programming languages in the last thirty years. Every journey starts with the first step.

After download, you might experiment for yourself, and look around a bit. Small Basic has a blog and a PDF for documentation. There are some examples in the distribution ranging from Fractals to a small paint program. The website even has a working Tetris. Those are easy to read – could have some more comments – and a good source to learn.

After playing around some time with Small Basic, there is much to like. For starters the editor is simple, supports automatic code layout and syntax highlighting. The interface is easy and supports loading and storing programs. Small Basic does support context sensitive help and autocompletion:

Autocompletion in Small Basic

What I did especially like, was a feature to publish your programs on the web. Writing a small programm to draw a house

Source code to draw house in Small Basic

by pressing “Publish” Small Basic automatically puts it on the web. An easy way to share programms with friends. Splendid.

What I did miss compared to LOGO interpreters is the direct feedback. Entering a command, pressing enter, seeing the result. The execution model in Small Basic is much more like a traditional IDE and might pose an uneccessary burden on the young learner (no REPL).

Otherwise a very nice move in the right direction. What do you think? I think we need more software developers. Start programming!

You can leave a Reply here. Of course, you should follow me on twitter here.

You can share this post!
Do you want to tell others about this article? Use the social bookmark icons to submit this artice to the service of your choice. Thanks.

About the author: Stephan Schmidt is head of development at brands4friends. He has more than 15 years of internet technology experience and 10 years experience in agile. He was head of development, consultant and CTO and is a speaker, author and blog writer. He specializes in organizing and optimizing software development helping companies by increasing productivity with lean software development and agile methodologies. Want to know more? All views are only his own.

6 Tweets 1 Comment

Leave a reply.

Comments

Perhaps some decades ago, BASIC was an option, with pros and cons, but an option.

Now, I will recomend Python. It’s like psuedocode. It’s clean. It teach good programming skills. It’s multiparadigm. It’s a very good thing.

I started with BASIC at the 80s, using home computers like Commodore 64 and ZX Spectrum. But I think that Python is a better option.

Today I found this project http://code.google.com/p/pynguin/ that seems nice.

Anyways, MS Small Basic looks like a nice thing.

@gorlok: The problem with Python, it’s not easy to grasp concecpts like IF, FOR, procedures, and how to divide problems into smaller problems. LOGO is much better for this. There is also no easy UI and an “execute” button. People might need to understand the command line.

When I was teaching for some years around 2000, my prefered setup was:

LOGO (Basics on commands, control structures, data structures)
-> Python (for the reasons you’ve mentioned)
-> Java (To make them employable)

Worked very well for me.

I will take a look at pynguin (still think repeat 4 [forward 100]) is easier to grasp than for i in …)

Kojo also seems like a good way to get your kids started with programming.

http://www.kogics.net/sf:kojo

Kojo also seems like a good way to get your kids started with programming.

http://www.kogics.net/sf:kojo

Where are the reactions on this great post? Thanks for this article!

Leave a Reply

What people wrote somewhere else:

New blog post: “Learn Programming with Microsoft Small Basic” http://bit.ly/9qsnoS #codemonkeyism

This comment was originally posted on Twitter

Learn Programming with Microsoft Small Basic: http://bit.ly/9DNJce Comments: http://bit.ly/97NVU7

This comment was originally posted on Twitter

Learn Programming with Microsoft Small Basic http://codemonkeyism.com/learn-programming-microsoft-small-basic/

This comment was originally posted on Twitter

Learn Programming with Microsoft Small Basic – http://su.pr/1K2R8u

This comment was originally posted on Twitter

RT @codemonkeyism Code Monkeyism: Learn Programming with Microsoft Small Basic http://bit.ly/9qsnoS

This comment was originally posted on Twitter

Interesting read | Learn #Programming with Microsoft Small Basic http://goo.gl/wuYO

This comment was originally posted on Twitter

Additional comments powered by BackType

Guide to CodeMonkeyism

Over the last 4 years I wrote many articles on this blog. To make it easier for you to find the relevant ones, I've organized them into topics.

Top 10

6 reasons why my VC funded startup did fail

Go Ahead: Next Generation Java Programming Style

Java Interview questions: Write a String Reverser

The dark side of NoSQL

7 Bad Signs not to Work for a Software Company or Startup

Is Java dead?

Scala vs. Clojure

Never, never, never use String in Java

No future for functional programming in 2008 – Scala, F# and Nu

Clojure vs Scala, Part 2

Java Developer

Is Java Dead?

Go Ahead: Next Generation Java Programming Style

Be careful with magical code

All variables in Java must be final

Never, never, never use String in Java

Bending Java: More readable code with methods that do nothing?

NoSQL Guy

NoSQL: The Dawn of Polyglot Persistence

The dark side of NoSQL

Essential storage tradeoff: Simple Reads vs. Simple Writes

Sharding destroys the goals of your relational database

The unholy legacy of databases

Startup/CTO

Development Dream Teams

6 reasons why my VC funded startup did fail

American vs. European style of Software Development

12 Things to Reduce Your Lead Time and Time to Market

The high cost of overhead when working in parallel

Essential storage tradeoff: Simple Reads vs. Simple Writes

Job Seeker

Another Good (Java) Interview Question

7 Bad Signs not to Work for a Software Company or Startup

Java Interview questions: Write a String Reverser (and use Recursion!)

Java Interview questions: Multiple Inheritance

As a Manager: What I value in developers

Top 10 Tips (+1) to Get a Pay Raise

Agilist

What Developers Need to Know About Agile

5 Practices Better to Change in Your Scrum Implementation

Scrum is not about engineering practices

ScrumMaster and ZenMaster: The joke of certification

What is Trans-Scrum?