NLua.Box 4+

Minimalistic Lua player‪.‬

Codefoco

Designed for iPad

    • 4.8 • 5 Ratings
    • Free

Screenshots

Description

NLua.Box allow you to program on your device using Lua language.

What’s New

Version 1.0.2

Fixed issue with German double quotes.

Ratings and Reviews

4.8 out of 5
5 Ratings

5 Ratings

ShyuneX ,

Awesome app

Legit, this is a great scripting app

Shikoi ,

Good, but not the best.

I was working through, when I noticed something... This version of Lua works on the BODMAS version of math, whereas a different Lua thing I used uses the PEMDAS version. Because it used the BODMAS, all my calculations were off by quite a bit. And that’s really an inconvenience, because you now have to add more parentheses around everything to make it all work normally, or make the entire code longer.
BODMAS: 8 / 2(2+2) = 16
It would start with brackets, and add (2+2), then the order by dividing 8/2, for 4(4), getting the 16.

PEMDAS: 8 / 2(2+2) = 1
This one would get the Parentheses, adding (2+2) for 4, multiplying by 2 for 8, then divide by 8 to get the CORRECT answer: 1.

For BODMAS to work into PEMDAS, you’d place parentheses so it looks like 8 / (2(2+2)).
For PEMDAS to work like BODMAS, it’d look like (8/2)(2+2).

Now, which do you people prefer for your order of operations? BODMAS? Or PEMDAS?

App Privacy

The developer, Codefoco, has not provided details about its privacy practices and handling of data to Apple. For more information, see the developer’s privacy policy.

No Details Provided

The developer will be required to provide privacy details when they submit their next app update.

You Might Also Like

JavaScript Anywhere JSAnywhere
Utilities
HTML Viewer Pro
Utilities
Auto Clicker & Ad Blocker
Utilities
Flipper Mobile App
Utilities
WinZip: #1 zip & unzip tool
Utilities
DroidCam Webcam & OBS Camera
Utilities