Steam Computing

Respect! Fortran? C? Basic?
Fortran. On an IBM 1130. Got so addicted that I bought my own disk pack. Also so addicted that I failed to get an honours pass in my 1st year engineering exams and was ejected by my college.
 
I also tried running a program on the local college mini (FORTRAN from punched cards), and it wouldn't load because the data set exceeded the size of the core store.
 
Whew! I'm honoured to be in such august company! I'm a comparative newbie, I realise.
 
(41 years, in a language called CECIL, which I remember absolutely nothing about apart from it was designed for learning about computers... we soon moved on to Basic. Hmm.... a quick Google tells me it was actually CESIL)
My first program was 54 years ago in Algol using a teletype to produce punched tape.
I think it is 49-50 years when I started with CESIL at school but fairly soon moved on to Algol on paper tape which we took to a local technical college to run on an already obsolete computer (the compiler also had to be loaded from paper tape - they had no magnetic tape drives) and output was also to paper tape.
We also had a teletype dialup (acoustic coupler) to a service bureau running a Basic like language.

Probably time to split this thread out
 
54 years ago using assembler on an IBM 1440 with 8k chars (6 bits) memory and 2 x 2M chars disc drives. The machine code program was produced on punched cards which
you could patch with chaff from the hand punch machine to avoid re-assembling. This was frowned upon as the chaff could fall out from the punch card at some time in the future!!
 
For me it was PL/M in the early 1970s, a teletype connected via a telephone handset wedged into a audio coupler 'on-line' to a local mainframe, later our own PDP11 working on intel 8008 and 8080. I still have my 1977 copy of Illustrating Basic by Donald Alcock - happy days
 
I guess I came in late... I had another career at the time (graphic designer), and got hooked when a friend showed me Colossal Caves on an Exidy Sorcerer (1979-ish think). So I took a night-school course in BASIC at Middlesex Poly (as it was then) where I experienced the joys of programming on teletype terminals - then quit my job and joined a start-up company in the brand-new business of computer animation. By 1984 I was working in C on a VAX - which cost £100,000 second-hand, needed its own air-conditioning system, but had less cpu power and memory than my phone has today.
 
an Exidy Sorcerer
I so wanted one of those as a kid. We ended up getting a Beeb micro.
BASIC at Middlesex Poly (as it was then) where I experienced the joys of programming on teletype terminals
Same at Trent Poly in my case, initially on ASR33s, then they got some VDUs. I found the 'secret' 110/300 switch on the back (which was set to 110, except when I was using it :) ).
 
Late to the party. Probably FORTRAN 40 years ago, punched card to ICL 1900.
connected via a telephone handset wedged into a audio coupler 'on-line' to a local mainframe,
:rolling: I remember doing that approximately 35 years ago from a consultancy company that used Apple II as a dumb terminal to connect to the very expensive mainframe service at the university. 300 baud as well. Combine the connection with run times and time to go for a three-course meal between keypresses.
By 1984 I was working in C on a VAX - which cost £100,000 second-hand, needed its own air-conditioning system, but had less cpu power and memory than my phone has today.
In my case 1987, Fortran/Pascal and a little C on a microVax (new) ~£35k IIRC(Might be mixing it up with VaxStation II or a 3100 that were added later) . No air-con needed. Serious work done on it could take a month to run! This ancient laptop does same job in less than an hour.
Same at Trent Poly in my case
Ah, those were the days, when Nottingham Trent University knew its place. I still call it Trent Poly. (For some reason, I'd entered it into the VAX network database as NOTTS.POLY. Maybe I got that from the computer centre. Blagged a lot of configuration from them)
 
Last edited:
I also tried running a program on the local college mini (FORTRAN from punched cards), and it wouldn't load because the data set exceeded the size of the core store.
I remember ICL 2900s that had that problem. 2Mb data unless you placed some data in a common area (ie. the FORTRAN COMMON statement - even without any subroutines or functions) and then you could get a whole 16Mb. And that was virtual storage. So you had to be careful of thrashing.
 
Back
Top