Reviving a computer system of 25 years ago - Wirth, 2014

Поділитися
Вставка
  • Опубліковано 1 лис 2015
  • Project Oberon is an open source top-to-bottom computer design, from GUI to FPGA. It builds on the Oberon System, the latest iteration from Niklaus Wirth of his teaching systems which start with ALGOL-W.
    via www.multimedia.ethz.ch/confere...
    Slides at wirth-symposium.ethz.ch/slides...
    "Niklaus Wirth was a Professor of Computer Science at ETH Zürich, Switzerland, from 1968 to 1999. His principal areas of contribution were programming languages and methodology, software engineering, and design of personal workstations. He designed the programming languages Algol W, Pascal, Modula-2, and Oberon, was involved in the methodologies of structured programming and stepwise refinement, and designed and built the workstations Lilith and Ceres. He published several text books for courses on programming, algorithms and data structures, and logical design of digital circuits. He has received various prizes and honorary doctorates, including the Turing Award, the IEEE Computer Pioneer, and the Award for outstanding contributions to Computer Science Education."
  • Наука та технологія

КОМЕНТАРІ • 12

  •  6 місяців тому +25

    Niklaus Wirth was a titan of computer science. RIP.

    • @LindenAshbyMK
      @LindenAshbyMK 6 місяців тому +2

      I didn't have much expectations from 2024, but now I simply hate it. BEGIN {Feb 15, 1934} END. {Jan 01, 2024}

  • @lsfornells
    @lsfornells 2 роки тому +7

    The book from this man written in the late 70’s about data structures and algorithms opened my brain to fully realise what I wanted to do in life: to implement computer language compilers. Full respect and admiration to him

  • @a0um
    @a0um Рік тому +3

    I wish I followed Wirth’s guidance when I studied CS.

  • @gusestrella
    @gusestrella 2 роки тому +5

    Every programmer or PM - or even leaders that deal with development - should listen to his notes on the slide titled ‘what have i learnt?’ around 33 minutes into the video.

  • @matthewc994
    @matthewc994 5 місяців тому

    A brilliant man.

  • @arjob
    @arjob 4 роки тому +7

    Thank you for the video. I am reading the new Oberon Systems book these days. Immense love and respect Niklaus Wirth.

  • @1videoshow
    @1videoshow 6 років тому +4

    Independent Computing / very IMPORTANT idea.

  • @extrememojo8387
    @extrememojo8387 5 років тому +4

    What a gem! Thank you for posting this talk.

  • @rodri_gl
    @rodri_gl 5 років тому +2

    32:55 The Seven Commandments of Computer Programming.

    • @UnlikelyAsItMaySeem
      @UnlikelyAsItMaySeem  5 років тому +4

      Indeed - from the slides:
      """What have I learnt?
      • Writing a program is difficult
      • Writing a correct program is even more so
      • Writing a publishable program is exacting
      • Programs are not written. They grow!
      • Controlling growth needs much discipline
      • Reducing size and complexity is the triumph
      • Programs must not be regarded as code for
      computers, but as literature for humans
      """