https://kotlinlang.org logo
c

christiangruber

10/05/2019, 5:47 AM
Really enjoying kotlin scripting (and kscript for convenience). The best thing so far was my "git-fix" command which runs ktlint, buildifier, and a bunch of other commands on files, depending on their type - I used structured concurrency and Dispatchers.io to issue these 1-3 second actions in parallel. Makes the script WAY zippier than with shell, even with the overhead of ProcessBuilder and the jvm. https://twitter.com/geekinasuit/status/1180357806358024192
c

cedric

10/05/2019, 5:09 PM
And you're not even going to share that code? tsk tsk
j

josephivie

10/06/2019, 5:28 PM
I've been doing something similar with Skate. It really is kinda nice - once I have it a little further, I'll share my stuff. Skate actually publishes new releases of itself in a single command now.
c

christiangruber

10/09/2019, 1:27 AM
I will, Cedric. I'm a busy guy. Just haven't gotten it all in place.
2 Views