Prof. Wirth wrote Pascal, a huge success and the UCSD pascal system was a contender for the IBM PC. However MS got the contract, and that finished that off. 10 years later was Modula-2, then later was Oberon. Oberon was used to make a whole OS from bare hardware, an incredible achievement for a team of only two dozen people. They sold hardware for a while, called the Lilith machine. It was inspired by Wirth's sabbatical at Xerox PARC; his version of the Alto machine. Anyway Oberon had a design flaw where Wirth had removed enumerated types which are omnipresent in Modula-2, and the thousands of people who had built up huge code bases around the world couldn't easily migrate their code, because when you remove a key feature from a language, it means a massive refactoring effort for minimal benefits. So he derailed his user base by not creating a bridge from his prior work. Academics live in their own world, and they get a fresh crop of graduate students on which to experiment every year, but commercial companies build a code base and sell it for decades, and depend on continuity, and any major change has to have a clean migration path or it doesn't happen. Which is why COBOL is still used in places, because there was no perceived easy way out short of a complete rewrite.
The whole love of Linux to me seems ill-founded; the Oberon system with dynamic linking and the fantastic simplicity is less than 1/10th the complexity of Linux. What really bothers me about the end of the Lilith/Oberon project is that i haven't seen a practical tool that i wanted to use come out of academia since. Some brutal disconnection process has occurred between Academics and industry. I have no idea why, but i can sure see the results.