what would be the equivalent of lua for a kotlin/jvm application please ? (to provide modding/extensibility)
c
Casey Brooks
09/15/2022, 5:01 PM
#korge has a Lua interpreter, though I’m not personally familiar with Lua to know how well it works.
GraalVM might be another option, which would let you embed a wide variety of scriptable languages (though it’s Oracle, so watch out for the licensing!)
Finally, Kotlin itself has scripting capabilities, so you could use Kotlin as the script language
l
Laurent Laborde
09/15/2022, 5:03 PM
okay thank you. even though it’s experimental, i’ll give it a try. 👍