Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin code execution #310

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant