You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sam Milton edited this page Jun 11, 2020
·
3 revisions
L++ (pronounced "Lua Plus Plus")
About
Lua++ was created because I got bored of Lua, more specifically writing the same 100 lines of code every project; In the form of the same if statements or the same metatables, the same functions, form of abstraction/whatever you can imagine. So I built Lua++ the solution to my problems and hopefully yours. Lua++ is a transpiler language meaning it does all the conversion for you. This also means that you can write L++ and have it automatically written for you in Lua. This is an apparently Object-Oriented Programming (OOP) Language, but as a result of the transpiler, we also support the Lua language entirely.