"All of this has happened before, and it will all happen again." by Mark Allen

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ •

  • @code_report
    @code_report 4 роки тому +6

    What an absolutely amazing talk!!!!!!!!

  • @wuschelthepuschel
    @wuschelthepuschel 10 років тому +3

    Such a fun talk. Those papers are full of great quotes.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому +3

    27:16 Here’s another quote from that paper: “Regrettably enough, [the importance of subroutines] has been underestimated in the design of the third-generation computers, in which the great number of explicitly-named registers of the arithmetic unit implies a large overhead on the subroutine mechanism. But even that did not kill the concept of the subroutine, and we can only pray that the mutation won’t prove to be hereditary.”
    Sounds like he was not a fan of having lots of CPU registers. I wonder how he felt about RISC architectures ...

  • @mrallen55119
    @mrallen55119 10 років тому +18

    Slides and bibliography are available here: speakerdeck.com/mrallen1/all-of-this-has-happened-before-and-it-will-happen-again
    Thanks!

    • @ngahybe3240
      @ngahybe3240 3 роки тому +1

      The link is not available anymore.

  • @patrickwinter2107
    @patrickwinter2107 7 років тому

    awesome talk!

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому

    27:37 ALGOL 58 was officially the “International Algorithmic Language”. One offshoot of it that was implemented was JOVIAL, “Jules’ Own Version of the International Algorithmic Language”. The “Jules” in question was Jules Schwartz, but his was not the biggest role in it.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому

    34:20 Burroughs adopted it heavily, and even used a version of it as a systems programming language.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому +2

    39:25 Programmer productivity has improved by orders of magnitude over the decades, though. An early study came to the conclusion that a programmer working on a large system could really only come up with about 10 lines of well-tested and functional source code per day. And this figure applied across the whole spectrum of available tools, from assembler (where each line was one machine instruction) up to high-level scripting languages. Therefore, high-level languages did indeed improve productivity.
    For example, I looked at some statistics related to the Linux kernel a little while back. That had something like 1000 active contributors at the time. And true enough, the amount of new and changed code flowing into the commit history was around 10 lines per contributor per day.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому

    25:49 This “ALGOL-like syntax” was likely LISP 2. There are some papers on that here www.softwarepreservation.org/projects/LISP/lisp2_family/#LISP_2_ .

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому +2

    36:47 Grace Hopper explains nanoseconds to David Letterman: ua-cam.com/video/lGTEUtS5H7I/v-deo.html .

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому +1

    6:23 I’ve been doing software development for about 40 years, and I don’t agree at all.
    I have to point out that this quote comes from one of the principal minds behind COBOL, which has to be seen as one of the least imaginative languages of all time.

    • @robgrainger5314
      @robgrainger5314 2 роки тому

      The only time I used it in my career was in VB1 through VB6, where error handling code used on error goto, it allowed something like RAII semantics if used carefully. (I also used C++, so was attempting to manually reproduce destructor semantics, somewhat successfully).
      Entirely a workaround for language deficiencies of course.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому

    31:51 I would say goto is not so much “harmful” as “unnecessary” and “counterproductive” ... github.com/ldo/a_structured_discipline_of_programming

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 роки тому

    11:00 It exists: www.computerhistory.org/collections/catalog/X1005.89 .