Smallbasic is simple language targeted for beginners. It tries to make it easier for newbies to start with programming.
Smallbasic can be downloaded from this site. Installation is easy, all you need for smallbasic is .NET 3.5 SP1. Without .NET framework you can’t install smallbasic. If you’ve .NET installed then all you’ve to do is install smallbasic IDE and PDF help file.
While you are writing program on the text editor inside IDE. You’ll find that autocompletion guides you for words and methods. Right hand sidebar gives you information about methods and it’s usage, details like what it returns etc.
Toolbar for the IDE is at its simplicity. It has big buttons for save, cut, paste and publish. You can import and publish the programs using program ID.
Running program is very easy. After you write your program hit F5 or Run button. If there is any problem with your program then error will be thrown and line number and error details are given at the bottom of text editor inside IDE.
Personally, i feel that newbies will find this IDE extremely easy to use. It is simple and guided, so those who are new to programming can focus on programs than IDE. If you want to give it a try then check smallbasic here.