Does anyone know any good multiplatform scripting ...
# multiplatform
a
Does anyone know any good multiplatform scripting libraries to include in Kotlin, in order for users to create scripts and have them evaluated at runtime? Mind you, I don't mean evaluating Kotlin ofcourse, but something like a LISP or Lua, or similar. In order for users to interact with some context I provide them.
p
You could check luak from the Korge project. 😉
a
Thanks, but I am unable to find if it has some sort of scripting support?
p
luak is a Lua engine.