I was one of the hobbyists of BASIC back then, Bill Gates was one too! Programming back then was simple , the program is sequential and you need to type in the line numbers . However, the program can become very messy if you need to program something more complex, the line number can run to a couple of thousands, which means you have to punch a few thousand cards!
A BASIC program typically looks like this
10 Let X=100
20 Let Y =200
30 Z=X+Y
40 Print Z
One good thing about programming those days was that we get a lot of freebies! However, since Gates and his partner Paul Allen started commercializing BASIC, we no longer enjoy such benefits. But this is a good development because we learn to respect intellectual properties, and this will encourage creativity and innovations. True enough, with the advent of personal computers and commercialization of software, we get faster computers and more efficient software! We no longer have to use the punch cards and we can get the output of a program instantly, how nice!
That' enough for today, lets go programming!
1 comment:
It was very interesting for me to read the post. Thank you for it. I like such topics and everything that is connected to them. I would like to read more on that blog soon.
Post a Comment