lua2e · playground

Write Lua, compile it to Apple //e bytecode, and watch it run on the //e beside you. The compiler and the machine (an emulated 6502) are both WebAssembly, so the whole edit / compile / run loop happens in your browser. Run drops your bytecode straight into the //e's RAM and executes it.

source
1
loading…
Apple //e booting…

Click the screen to focus, then type. Each Run resets the machine to a clean booted state and injects a new program.