perspectivescientific
“
From a software perspective, Amstrad's Locomotive BASIC is an interpreted language. This means the computer reads your code line-by-line while running it, rather than translating the whole program into computer code beforehand. This made it easy to write and change code, but it ran much slower than professional software written in assembly code.
controversy
Supporting arguments
- You can stop a program mid-run, change a line of code, and start it again.
- It uses simple English words instead of raw binary numbers.
- The slow speed made it harder to build fast-moving arcade action games.
Read the full exploration