one thing that came to mind earlier.. is it possib...
# scripting
n
one thing that came to mind earlier.. is it possible to cache the script compilation results ?
👌 1
i
The caching is implemented in the API and in the host, but there are no default implementations of the caching itself. There are test ones though, so you probably can add some to your code quite easily: https://github.com/JetBrains/kotlin/blob/1.3.20/libraries/scripting/jvm-host/test/kotlin/script/experimental/jvmhost/test/ScriptingHostTest.kt#L165
n
well this was way easier than expected, nice