WHAT'S NEW
Develop and test OpenAI GPT-3 prompts.
Scipt examples included. See menu -> Script examples -> openai*
Exec Lua App DESCRIPTION
This app is a development environment for the scripting language Lua for Android. You can develop, run and manage Lua scripts.
The Lua scripts are executed by the Lua Script Engine 5.4.1.
Features:
– code execution
– syntax highlighting
– line numbering
– Input form
– save/open file
– http client (GET, POST, PUT, HEAD, OAUTH2, etc).
– mqtt client (publish/subscribe)
– OpenAI Prompt Engineering.
– OpenAI chatbot example.
– Develop and test OpenAI GPT-3 prompts with lua script.
Android specific functions:
Open input form:
x = app.inputForm(title)
Open input form with a default value:
x = app.inputForm(title, default)
Show a pop up notification message:
x = app.toast(message)
HTTP request:
statuscode, content = app.httprequest(request)
OAuth2 support:
Browser flow.
MQTT support:
mqtt.connect(options)
mqtt.onMqttMessage(onMessage)
mqtt.subscribe(topic, qos)
mqtt.publish(topic, payload, qos, retained)
mqtt.disconnect()
Many sample files are included.
App REVIEWS
This app is AMAZING! It has a bad visually look, but you can still run lua!
Its crashing in android oreo
Would be better if there was a roblox script
What is this suppose to be it's no good scripts
Works perfectly based off my experience, and has a proper output. Based off my first 20 minutes of using this script executer, it's perfect for Lua programmers that would like to program on mobile. I can easily see this being helpful for when im away from home and feel like programming some random stuff to clear boredom and/or stress. Thanks, Michael.
I think it's a really nice executor for scripts but can it execute on games?
Works well. Just started withlua (and luau) and it fits my needs.
Nice app but is this Lua 5.3 or 5.4 i really need the Lua 5.1 thx
----------
Lua 5.4 You can execute: print(_VERSION)
Great App considering it's infancy. I'd recommend this over any other similar tool on the app market today. Still alot to be desired, but for what it does, it does simply, and well.
Very, very good app for testing Lua code.
As a beginner it's great to learn without the hassle of distracting ads. Stable, intuitive app with some sample code to get you started. I'd love for it to have dark mode.
Am I actually the first review? lol anyways ty for doing that! really helpfull too learn by myself
Nice but There is no undo button or redo
Is it for executing scripts or writing scripts?
----------
It is for both. Writing and executing.
I like this app im learning lua. If there is dark mode ?
please add dark mode and make the app usable
Very easy to use Lua compiler. My only complaint is that it sometimes hides the toolbar and I can't figure out how to restore it except by restarting the app. It's very feature-light, but is fast and functional.
----------
It's not a bug, it's a feature. With a double tap in the editor you can switch to full screen editor. Double tap again you can switch back.
Amazing app, the only thing missing is a command line (or I just haven't found it) and git support
----------
For input You can use this enhancement: local input = app.inputForm("MyTitle", 10)
Simple clean interface, perfect for writing lua on android.
Amazing, I like it, and I have two things here to say: 1-Is it possible to move the execution button to the top? becuase when editing the keyboard hides all the bottom part and takes one more step to execute. 2- Again when editing, the visual cusor "|" is not set accurately in place except when the font size is less than 10.