Hacker News new | ask | show | jobs
by pjmlp 3010 days ago
> The fact that it was an interpreter meant you could read all the code for any program you found.

This wasn't a granted thing back then.

GW-BASIC source needed to be explicitly saved in ASCII mode.

1 comments

A lot of basics compiled each line to bytecode as you entered it. The Spectrum made this explicit with its one-keypress-per-bytecode approach.