• 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!

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.

Previously on "Blast from the past (re: Fred Brooks)"

Collapse

  • NigelJK
    replied
    Like say BBCBasic?
    Now the interpreter sits in the CPU cache, along with the program if you use RISCOS.

    Leave a comment:


  • SueEllen
    replied
    Originally posted by Lockhouse View Post
    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?
    compilation?

    Try an interpreted language....

    Leave a comment:


  • NickFitz
    replied
    Originally posted by tazdevil View Post
    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
    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 started

    Leave a comment:


  • Lockhouse
    replied
    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:


  • DoctorStrangelove
    replied
    Originally posted by tazdevil View Post
    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
    The first machine I encountered in 1972 was the Modular One computer* in the Electrical Engineering dept at Loughborough.

    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.

    Originally posted by Dark Black View Post

    Yes, didn't Borland threaten to sue them or something, so they changed their name to Zortech.
    Yup. That was it. IIRC Walter Bright was the author of the compiler.

    Indeed: https://www.red-gate.com/simple-talk...k-of-the-week/
    Last edited by DoctorStrangelove; 6 December 2022, 13:43.

    Leave a comment:


  • tazdevil
    replied
    Originally posted by vetran View Post

    you missed OS2.
    Yup was subscribed to IBM's OS2 developer programme

    Leave a comment:


  • vetran
    replied
    Originally posted by tazdevil View Post

    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 > HAL
    you missed OS2.

    Leave a comment:


  • tazdevil
    replied
    Originally 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++)
    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 > HAL

    Leave a comment:


  • mattster
    replied
    Originally posted by Snooky View Post
    I think it was called Joel on Software and was written by Joel Spolsky but yes, it was a brilliant blog
    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.

    Leave a comment:


  • Dark Black
    replied
    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.
    Yes, didn't Borland threaten to sue them or something, so they changed their name to Zortech.

    Leave a comment:


  • d000hg
    replied
    Originally posted by tazdevil View Post
    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
    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:


  • vetran
    replied
    Sinclair Basic on ZX81, then CPM for building voicemails.

    The change has been incredible.

    Leave a comment:


  • TheDude
    replied
    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:


  • tazdevil
    replied
    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
    Last edited by tazdevil; 6 December 2022, 11:38. Reason: wrong dates

    Leave a comment:


  • d000hg
    replied
    Originally posted by DoctorStrangelove View Post

    M$ ... Windoze
    Really? Still, in 2022? You're a bit old to be talking like a spotty 14-yo from 1992

    Leave a comment:

Working...
X