Dr Wirth inventor of pascal has died at 89

  • News
  • Thread starter jedishrfu
  • Start date
  • Tags
    Pascal
Physics news on Phys.org
  • #2
Pascal is the second language I learned. It helped me a lot in learning how to structure programs.
 
  • Like
Likes DennisN
  • #3
DrClaude said:
Pascal is the second language I learned.
Me too. Fortran was my first, first IV, then 77, where I got into "structured programming" using IF / END IF statements and DO / END DO loops that eliminated the need for statement numbers.

So the new stuff for me in Pascal was pass-by-value versus pass-by-reference in functions, structured data types, user-defined data types, etc.

I taught intro programming courses in Pascal during the early/mid 1990s, then switched to C++ until I stopped teaching those courses in the early 2000s.

Dr. Wirth is reported to have once said, "You can call me by name, which is 'Wirth' [pronounced 'veert'], or you can call me by value, which is "Worth".
 
  • Like
Likes DrClaude, DennisN, collinsmark and 1 other person
  • #4
Similar here, BASIC and FORTRAN despite being completely different were both poor in terms of teaching good coding/programming habits, most of what I know (I am not saying my habits are OK :wink: ) I learned while using Pascal.
 
  • Like
Likes DennisN

FAQ: Dr Wirth inventor of pascal has died at 89

Who was Dr. Wirth?

Dr. Niklaus Wirth was a Swiss computer scientist known for his work in programming languages and software engineering. He is best known as the designer of the Pascal programming language.

What is Pascal?

Pascal is a high-level programming language developed by Dr. Niklaus Wirth in the late 1960s. It was designed to encourage good programming practices using structured programming and data structuring.

What contributions did Dr. Wirth make to computer science?

Dr. Wirth made significant contributions to computer science, including the development of several programming languages such as Pascal, Modula-2, and Oberon. He also contributed to the development of the Lilith and Ceres workstations and authored influential books on programming.

How did Dr. Wirth's work impact modern computing?

Dr. Wirth's work laid the foundation for modern software development practices. Pascal influenced many subsequent programming languages and educational practices in computer science. His emphasis on simplicity, clarity, and efficiency continues to influence software engineering today.

What is Dr. Wirth's legacy?

Dr. Wirth's legacy includes his contributions to programming language design, his influence on computer science education, and his pioneering work in software engineering. His work continues to be studied and respected in the field of computer science.

Similar threads

Back
Top