Kotlin JSR223 Support
See original GitHub issueKotlin has a library called kotlin-scripting-jsr223-embeddable
. This allows it to be run from JSR-223 contexts, like the ones used for LibCD and Cotton Scripting. Would it be possible to add jsr223 kotlin scripting to Fabric Language Kotlin?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:11 (7 by maintainers)
Top Results From Across the Web
JSR 223 compliant scripting in Kotlin 1.6.21
I am using Kotlin 1.6.21 scripting engine in my Java project. I can try to produce a minimal example, if this is relevant....
Read more >Scripting Support - Spring
It lets you use scripts written in any supported language (including Ruby, JRuby, Groovy and Kotlin) to provide the logic for various ...
Read more >kotlin-script-examples/jsr223.md at master - GitHub
JSR 223 is a common JVM scripting API specification. The implementations of this API are available for Kotlin too. These examples demonstrate usage...
Read more >Kotlin's JSR223 script engine does not work when used by a ...
I'm trying to use kotlin script engine in spring boot app, but unpacking jars does not help. I ask on stackoverflow - https://stackoverflow.com/questions/ ......
Read more >org.jetbrains.kotlin : kotlin-scripting-jsr223 - Maven Central
Official search by the maintainers of Maven Central Repository.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think a separate Kotlin scripting library would be fine to avoid bundling the compiler with FLK.
I’ll look into getting that done. This issue isn’t really needed anymore.