Hacker News new | ask | show | jobs
by jhbadger 896 days ago
Many people's (including mine) first experience with Pascal was with Apple Pascal on the Apple II. This was a port of the UCSD Pascal system by Apple itself and was basically its own operating system with its own editor and even disk format. It compiled to "P-code" which meant in theory you could run your compiled software on the various big machines UCSD was developed for (not that I ever tried that). Yes, it was pricey if purchased legally, but as with almost all Apple ][ software, that wasn't how people generally obtained software.

https://en.wikipedia.org/wiki/Apple_Pascal

1 comments

I also finally got to try out UCSD Pascal for the Atari 400/800. It was an awful experience using multiple floppies and having too many phases or whatever to edit, compile, run a program. That cured me of any programming language FOMO for decades. There was a cool Action![0] language cartridge for the Atari 8-bit which was awesome, it was lower level than C and felt like writing high-level assembly.

Using MS C (version 3 and onward) on PC and Megamax C on Atari ST were great though. I didn't run into C++ until the 90s on Windows, NT and OS/2.

[0] https://en.wikipedia.org/wiki/Action!_(programming_language)