<@U10EJRH2L> It uses JSR-223, I'm pretty sure it i...
# scripting
j
@Ruckus It uses JSR-223, I'm pretty sure it is locked to the JVM (at least for now)
i
It sort of vice-versa. Scripting infrastructure in kotlin does not use JSR-223. But JSR-223 implementation, of course, using underlined scripting infrastructure. But the support is now limited to the JVM, correct.
Yes, eventually. Unfortunately there are quite many technical issues on the way, so the timeframe is totally unclear now.
👍 1
Yes, most of the discussions in this channel are about usages without JSR-223.
Or start with scripting examples in the kotlin repo,
libraries/examples/scripting
.
Oh, sorry, thanks for pointing out. I need to fix the KEEP.
n
i have a small repo with a example of how to implement scripting host and script definitions: https://github.com/NikkyAI/MinimalScriptingExample
i think it can give you a idea of where to start and fele free to ask questions
this is the newest project i am working on: https://github.com/DaemonicLabs/KNote with @amanda.hinchman-dominguez i use a few even fancier tricks with kotlin-scripting
💯 1
🌪️ 1
some of that i intend to add examples to the minimalScriptingExample, but its hard to add something too complex and still have it make sense
a
It's coming along! I wish life didn't keep getting in the way I want to work on it all the time. I'm in the process of adding csv files for viewing