Poll: are you a programmer?

Are you a programmer?


  • Total voters
    13
Had to learn the original Dartmouth BASIC when I was an undergraduate.

NEVER, EVER, used it for anything!

Even though My dissertation required complex data analysis, it was performed using an off the shelf package: ESP (Econometric Software Package) And later when I revisited the field, using GLIM (General Linear Interactions Manipulator) Never hear of either of those any more!

One of my machines, for some reason or other, has Microsoft Visual BASIC loaded. Not used that either, though having given it a glance, I did feel that it would be a whole lot easier to use Dartmouth, even through 50 years ago since I last saw it!
 
I have an interesting book, titled "Foundations of Programming". It takes fundamental elements, such as iteration (and, necessarily, the condition which terminates it) and examines how it has been implemented in various programming languages, both high and low level. For example deep comparison of Do-While with Do-until: considerations of the distinction of 'exception contained within the loop', and it being located outside of the loop. An obvious source of error if undisciplined thinking should prevail.

I still retain an interest in this stuff, albeit rather abstract/academic.

When it comes to specific coding languages -

Unless it is something which I will actually use, it is something I would not retain, and would find myself amassing more out-of-date knowledge. I guess that at some time in the future, I will find myself rapidly studying Python, or C++, or something similar when I am needing use of the stuff. Although, I am getting on a bit, so maybe not!
 
When, way back in the 1960's, I was an undergraduate student, we got asked if there was anything we would like added to the curriculum. I suggested computer familiarisation.

So we got a weekly class. We were taught BASIC. This was the original Dartmouth Basic.

I did use a software package on the mainframe to analyse the data for my Finals project, but our endeavours with Dartmouth Basic were pencil and paper only: we were never allowed near the hardware.

Nevertheless, I found the BASIC class very interesting, and I suppose I have to admit this was my introduction to the art. However, in the following half Century, I have never, ever used BASIC.
 
Back
Top