News Dr Wirth inventor of pascal has died at 89

  • Thread starter Thread starter jedishrfu
  • Start date Start date
  • Tags Tags
    Pascal
AI Thread Summary
Niklaus Wirth, the influential computer scientist known for developing the Pascal programming language, has passed away. Pascal played a significant role in teaching structured programming concepts, which many users found beneficial for learning program structure and coding habits. Participants in the discussion reflect on their experiences with programming languages, noting that Pascal introduced important features like pass-by-value and pass-by-reference, along with structured data types. Some educators transitioned from teaching Pascal to C++ in the early 2000s, highlighting a shift in programming education. Wirth's contributions are recognized for improving coding practices compared to earlier languages like BASIC and FORTRAN, which were seen as less effective in instilling good programming habits.
Physics news on Phys.org
Pascal is the second language I learned. It helped me a lot in learning how to structure programs.
 
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
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.
 
Similar to the 2024 thread, here I start the 2025 thread. As always it is getting increasingly difficult to predict, so I will make a list based on other article predictions. You can also leave your prediction here. Here are the predictions of 2024 that did not make it: Peter Shor, David Deutsch and all the rest of the quantum computing community (various sources) Pablo Jarrillo Herrero, Allan McDonald and Rafi Bistritzer for magic angle in twisted graphene (various sources) Christoph...
Thread 'My experience as a hostage'
I believe it was the summer of 2001 that I made a trip to Peru for my work. I was a private contractor doing automation engineering and programming for various companies, including Frito Lay. Frito had purchased a snack food plant near Lima, Peru, and sent me down to oversee the upgrades to the systems and the startup. Peru was still suffering the ills of a recent civil war and I knew it was dicey, but the money was too good to pass up. It was a long trip to Lima; about 14 hours of airtime...
Back
Top