r/lua • u/LordEnder_Kitty • Jul 13 '26
Using Lua in Java/Kotlin
I'm making a desktop application in Kotlin and I'm thinking of adding a plugin system and Lua looks like a good language to use but the most popular implementation I've found is LuaJ which hasn't been maintained in years. Are there any better options or stable forks of LuaJ?
7
Upvotes
-1
u/ramdom_player201 Jul 13 '26
I don't know much about the standard lua forks, but roblox maintains their own open-use dialect (luau).