"Any Slashdot readers have their own memories to share about Pascal?"
I had my first Macintosh in the Spring of 1984, and somehow a beta version of MacPascal was given to me. It later came out as an official release. It was a GUI IDE with debugger running an interpreter, doing 96-bit floating point. This evolved into an even more-capable IDE with compiler and linker and was called THINK Pascal. I used this for many years on a Mac II (80-bit floating point in Motorola hardware FPU). Eventually, this went away and I switched to Codewarrior Pascal which required a bit of recoding and emulating THINK Pascal's graphics window. When Codewarrior dropped support for Pascal, I was looking at yet another re-write to some other dialect of Pascal. Instead, I switched to Ada which I use to this day as my main language. (My work is technical calculations in signal processing—audio and radar). Had I known of the long-term viability of Free Pascal Compiler at the time of switching to Ada, I likely would have stuck with Pascal. But Ada is a lovely language IMHO and I have no regrets. Julia currently serves my small, one-off projects.