Scripting on the JVM with Java, Scala, and Kotlin

3 points by chad


fanf

I thought Groovy is the usual scripting language on the JVM.

wink

We briefly tried using Kotlin scripting at work and I'm not sure there are a lot of benefits. It doesn't really lend itself to it, and (imho) if you need to have something fetching your deps working for you already lose half the benefit.

I rewrote a buggy bash script (ha, recurring motive) in python today. Yes it's longer, but it's self-contained and I can copy it from my work mac to any linux box I own with a python that's younger than 5-7 years (pathlib).