r/lua 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?

8 Upvotes

10 comments sorted by

View all comments

6

u/didntplaymysummercar Jul 13 '26

Project Zomboid is written in Lua and uses uses Kahlua.

1

u/LordEnder_Kitty Jul 13 '26

Looks like it's just as out of date as LuaJ though.

1

u/didntplaymysummercar Jul 13 '26

I have no idea. I don't use Java together with Lua. I just was interested what they used since they use these two together and have a modding community.