-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Sam Milton edited this page Jun 11, 2020
·
3 revisions
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.