Like say BBCBasic?
Now the interpreter sits in the CPU cache, along with the program if you use RISCOS.
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Blast from the past (re: Fred Brooks)
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Blast from the past (re: Fred Brooks)"
Collapse
-
We had a PDP-8/e at school, which we were allowed to use in our own time after demonstrating a sufficient level of competence. I quite often used to go and spend a few hours a day in the computer room during the school holidays. If you were the first one in there, you had to toggle in the bootstrap code for the high-speed punch tape reader using the toggle switches on the front to get it startedOriginally posted by tazdevil View PostYoungsters, my first attempt at programming was toggling the code in on the front panel of a PDP8 and the next experience was punching holes in paper tape
My dad got into programming in the early 50's as a civil servant when they came round asking for people to be programmers (no experience necessary) for the new computer thingy that was the size of a house for the DHSS
He got membership of the BCS just for being a programmer in those early days.
I remember Algol, Fortran and the early days of C and writing programs in Fortran then taking the assembler output and optimising it to improve performance
Nowadays its Java all the way for me
Leave a comment:
-
In my day we wrote COBOL in pencil on coding sheets that went away to be punched at a bureau. Then we were only allowed one compile a day. Kids today eh?
Leave a comment:
-
The first machine I encountered in 1972 was the Modular One computer* in the Electrical Engineering dept at Loughborough.Originally posted by tazdevil View PostYoungsters, my first attempt at programming was toggling the code in on the front panel of a PDP8 and the next experience was punching holes in paper tape
My dad got into programming in the early 50's as a civil servant when they came round asking for people to be programmers (no experience necessary) for the new computer thingy that was the size of a house for the DHSS
He got membership of the BCS just for being a programmer in those early days.
I remember Algol, Fortran and the early days of C and writing programs in Fortran then taking the assembler output and optimising it to improve performance
Nowadays its Java all the way for me
It had 4k of core**, and was programmed in FORTRAN IV using paper tape via an ASR33.
It even had a VDU: not a data input device but rather a display terminal for graphs & such like, with, I think, a bistable screen so the trace didn't fade (so quickly).
No disks so everything was loaded using the paper tape reader.
A compile took rather a long time: load the FORTRAN compiler, read the source, find errors, read the source, punch the object, load the linker, read the object, punch the exe, run the exe & watch it die horribly.
Them were the days.
*There's not much on the Modular One on the interweb and nothing I've ever found about the one in Loughborough.
**Spent my "career" programming machines of that size, the difference being they've shrunk from something taking kW and a whole room to something with 18 legs that takes mW and sits in magnificent isolation on a PCB.
Yup. That was it. IIRC Walter Bright was the author of the compiler.Originally posted by Dark Black View Post
Yes, didn't Borland threaten to sue them or something, so they changed their name to Zortech.
Indeed: https://www.red-gate.com/simple-talk...k-of-the-week/Last edited by DoctorStrangelove; 6 December 2022, 13:43.
Leave a comment:
-
Yes I worked with the PDP 11 and RSX-11M forerunner to VMS which was the forerunner to WNT which became Windows (same design lead). Factoid, VMS > WNT, IBM > HALOriginally posted by d000hg View Post
My dad worked on the PDP...11 I want to say. They were just switching to things like MS-DOS3 and Novell as I became old enough to understand such things, he worked on the early days of computerising the printing industry.
So luckily the oldest I ever had to work on was MS-DOS on an AMSTRAD 1512 (which was awesome).
Although at uni my physics course insisted on teaching us FORTRAN while CompSci was focusing on Java (even back then they were trying to ditch C++)
Leave a comment:
-
Agreed, read a lot of his stuff back in the day. His Netscape rewrite article referenced in the OP is a classic, as are many of his posts actually.Originally posted by Snooky View PostI think it was called Joel on Software and was written by Joel Spolsky but yes, it was a brilliant blog
Leave a comment:
-
Yes, didn't Borland threaten to sue them or something, so they changed their name to Zortech.Originally posted by DoctorStrangelove View Post
Ah. Zorland C. There's a copy of that in the front room office somwhere. On 5.25" floppies.
.
I did quite a lot with that.
There's a copy of M$ FORTRAN 77 in there somewhere too.
I did quite a lot with that.
. (Though it's been untouched since 1991 when Siliconix closed down).
There's a copy of M$ C V3 in there too, with the Windoze(tm) SDK on a single floppy IIRC.
Leave a comment:
-
My dad worked on the PDP...11 I want to say. They were just switching to things like MS-DOS3 and Novell as I became old enough to understand such things, he worked on the early days of computerising the printing industry.Originally posted by tazdevil View PostYoungsters, my first attempt at programming was toggling the code in on the front panel of a PDP8 and the next experience was punching holes in paper tape
My dad got into programming in the early 50's as a civil servant when they came round asking for people to be programmers (no experience necessary) for the new computer thingy that was the size of a house for the DHSS
He got membership of the BCS just for being a programmer in those early days.
I remember Algol, Fortran and the early days of C and writing programs in Fortran then taking the assembler output and optimising it to improve performance
Nowadays its Java all the way for me
So luckily the oldest I ever had to work on was MS-DOS on an AMSTRAD 1512 (which was awesome).
Although at uni my physics course insisted on teaching us FORTRAN while CompSci was focusing on Java (even back then they were trying to ditch C++)
Leave a comment:
-
Sinclair Basic on ZX81, then CPM for building voicemails.
The change has been incredible.
Leave a comment:
-
My first job was Ada 83 on OpenVMS using a dumb text editor working for Logica.
I was unlucky not to be in one of the better departments using modern technology and it took me a few years to escape legacy hell.
That said I learned a hell of a lot.Last edited by TheDude; 6 December 2022, 11:36.
Leave a comment:
-
Youngsters, my first attempt at programming was toggling the code in on the front panel of a PDP8 and the next experience was punching holes in paper tape
My dad got into programming in the early 50's as a civil servant when they came round asking for people to be programmers (no experience necessary) for the new computer thingy that was the size of a house for the DHSS
He got membership of the BCS just for being a programmer in those early days.
I remember Algol, Fortran and the early days of C and writing programs in Fortran then taking the assembler output and optimising it to improve performance
Nowadays its Java all the way for me
Leave a comment:
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers

Leave a comment: