←back to thread

90 points rbanffy | 1 comments | | HN request time: 0.204s | source
Show context
wduquette ◴[] No.45132286[source]
The OP says that 8-bit CPUs couldn't handle Pascal well, and that Action! (release in 1983) was the first IDE for 8-bit machines.

But Apple Pascal was released for the Apple II in 1979. Based on UCSD Pascal, the Apple Pascal system was basically an OS that simply was an IDE; and it worked perfectly well on 8-bit hardware. I had quite a lot of fun with it back in the day.

replies(7): >>45132536 #>>45133065 #>>45133081 #>>45133100 #>>45133166 #>>45134524 #>>45136891 #
1. cmrdporcupine ◴[] No.45133065[source]
If I'm not mistaken Apple Pascal ran a virtual machine which executed "p-Code" and the compiler emitted that.

Because, yeah, the 6502 is a difficult target for high level languages.