mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

feat: add kotlin script executor #257

Closed dmackdev closed 5 months ago

dmackdev commented 5 months ago

Adds Kotlin.sh to execute Kotlin scripts - see https://kotlinlang.org/docs/command-line.html#run-scripts.

Using Kotlin scripts instead of compiling to a jar first and then running it with java means that the main function boilerplate does not need to be included in the snippet.

mfontanini commented 5 months ago

Thanks!