Jump to content

Category:Locomotive Basic: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 11:
Today, Locomotive BASIC can be used via native CPC emulators such as [http://www.winape.net/ WinAPE] (Windows) or [http://sourceforge.net/projects/javacpc/ JavaCPC] (Windows/macOS/Linux), which is also perfectly legal because Amstrad has given their permission for distributing CPC ROM images with emulators.
 
For web browsers there is also a [https://benchmarko.github.io/CPCBasic/cpcbasic.html JavaScript emulator for Locomotive Basic] itself, which allows easy pasting of code from Rosetta Code. Note however that programs will run much faster than on a real CPC (or a realistic emulator), so some code may require an extra delay loopsloop each frame, e.g. <lang locobasic>for delay=1 to 10000:next</lang> [https://www.retrovm.com/ CPCBox] is another web browser option, a whole-machine JavaScript CPC emulator mainly for games which has good compatibility but which lacks copy and paste support.
 
==Features==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.