'There was something amazingly enticing about programming. You created your own universe and you were the master of it. The computer would do anything you programmed it to do. It was this unbelievable sandbox in which every grain of sand was under your control.' - Vint Cerf
'Programming... struggling with an obstinate system that can do what you want but only if you can figure out the right thing to say to it.' - Will Crowther
Ah... computer programming. What a love/hate relationship that is. It's funny, in the good old days (ie the 1980s), most home computers shipped with a version of BASIC in ROM so you could play around with programming straight away. You could even buy, type in and run program listings from magazines and books (if they worked ). But hey, today we have Facebook & Linkedin so that's OK
Programming can be immensely frustrating (computers are so literal-minded) but also immensely satisfying when you see your little creation running on the screen, fast, tight and bug-free (which always takes about ten times longer than you think it will ). It's just cool telling the computer what to do for a change.
Click on the programs below to get started. All are ZIPped Windows executables that can be run straight away (no installing). There are also links to the source code. These are real simple little programs, just for fun. I make no claims to be a coding wizard!
Here are some programs I've written in Visual Basic 6 . My VB6 Notes may be interesting to any VB6 programmers out there.
The programs below are written in my favourite language, BBC BASIC . Originally designed for Acorn machines like the BBC Micro. Any kid who went to school in the 1980s may be vaguely familiar with it. You can even get a version for Windows! A well designed, well structured, easy to learn programming language, highly recommended if you fancy the idea of having a go at programming but may have been a bit daunted by the complexity of languages like C++ or even Visual Basic.NET. I also have some BBC BASIC notes.