This apps lets you run a Lua script on your NumWorks calculator!
![]()
Installing is rather easy:
- Download the latest
lua.nwafile from the Releases page ; - This Release page is out-dated on my fork, use this folder instead ;
- Head to my.numworks.com/apps to send the
nwafile on your calculator (on Google Chrome browser). On this page you will be able to also send a default example of a Lua file (a tiny test script), and you can edit it yourself later on, on your calculator.
Just launch the app, and it will read and execute your script lua.py!
This script should be located in the lua.py file, that you can create, edit and save from within your NumWorks!.
If you want a demo, use this lua.py script, that you can install on your NumWorks calculator, directly from their website (from my user space).
This programs uses Lua version 5.4.4.
To build this sample app, you will need to install the embedded ARM toolchain and nwlink.
brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make clean && make buildMIT Licensed (file LICENSE). © Lilian Besson, 2024-2025. © Scarlett Spell, 2022.