Skip to content

Kotlin code execution#310

Open
edwardsnjd wants to merge 1 commit intomaaslalani:mainfrom
edwardsnjd:ne-kotlin
Open

Kotlin code execution#310
edwardsnjd wants to merge 1 commit intomaaslalani:mainfrom
edwardsnjd:ne-kotlin

Conversation

@edwardsnjd
Copy link

This uses Kotlin's support for scripts with the .kts extension i.e. kotlin temp.kts.

There's also experimental support in the compiler for script customization e.g. the .main.kts file extension allows for importing other files and dependencies but since this doesn't seem to be well documented this PR sticks to the conservative option.

See:

Changes Introduced

  • Language execution definition
  • Code block example
This uses Kotlin's support for scripts with the `.kts` extension i.e. `kotlin temp.kts`. There's also experimental support in the compiler for script customization e.g. the `.main.kts` file extension allows for importing other files and dependencies but since this doesn't seem to be well documented this PR sticks to the conservative option. See: - https://kotlinlang.org/docs/command-line.html#run-scripts - https://kotlinlang.org/docs/custom-script-deps-tutorial.html
@edwardsnjd edwardsnjd changed the title Add support for executing Kotlin language blocks Kotlin code execution Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant