Piotr Krzemiński
11/11/2023, 9:15 AM#!/usr/bin/env kotlin
println("Hello from Kotlin!")
(see here) took 13 seconds. I tried running the script through kotlinc
instead of the shebang, and passing -verbose
, but I didn't notice anything interesting. Could you hint me how I can learn what takes so much time? Is it compilation, or something else? I'm also going to create a ticket on the Kotlin side, IMO worth addressing for the sake of making Kotlin scripting a viable alternative to e.g. Python.Piotr Krzemiński
11/11/2023, 9:17 AMEugen Martynov
11/11/2023, 9:48 AMVampire
11/11/2023, 10:21 AMPiotr Krzemiński
11/11/2023, 11:05 AMPiotr Krzemiński
11/11/2023, 11:12 AM