Skip to content

Commit 7e56914

Browse files
committed
Small fixes
Signed-off-by: Marcin Kuszczak <[email protected]>
1 parent b5cac92 commit 7e56914

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ In particular this wrapper around `kotlinc` adds
2020
Taken all these features together, `kscript` provides an easy-to-use, very flexible, and almost zero-overhead solution
2121
to write self-contained mini-applications with Kotlin.
2222
23-
*Good News*: Kotlin https://kotlinlang.org/docs/reference/whatsnew14.html#scripting-and-repl[v1.4] finally ships
24-
with a much improved - and needed - scripting integration.
25-
See https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/MainKts.md[here] for examples and
26-
documentation. Still, we think that `kscript` has various benefits compared this new platform-bundled improved
27-
toolstack, so we'll plan to support `kscript` until the kotlin platform will ship with an even more rich and versatile
28-
kotlin scripting interpreter.
29-
30-
23+
*Good News*: Kotlin https://kotlinlang.org/docs/reference/whatsnew14.html#scripting-and-repl[v1.4] finally ships with a much improved - and needed - scripting integration. See https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/MainKts.md[here] for examples and documentation. Still, we think that `kscript` has various benefits compared this new platform-bundled improved toolstack, so we'll plan to support `kscript` until the kotlin platform will ship with an even more rich and versatile kotlin scripting interpreter.
24+
3125
*https://holgerbrandl.github.io/kscript_kotlinconf_2017/kscript_kotlinconf.html[`kscript` presentation from KotlinConf2017!]*
3226

3327
'''

0 commit comments

Comments
 (0)