https://kotlinlang.org logo
Title
c

Clint Checketts

02/07/2018, 7:04 PM
I love that with Go I can build a simple statically build CLI tool that I can just run without installing anything else. Is there an equivalent ability to do that with Kotlin?
e

elizarov

02/07/2018, 7:12 PM
That is exactly what Kotlin/Native for. See pinned link to repo
👍 2
c

Clint Checketts

02/07/2018, 7:48 PM
Great! That is what I had assumed kotlin-native was for (and why I came to this channel). I’ve never done any C programming. So I’m trying to find a sample or write up (or blog post) that demonstrates that. Perhaps the CSV parser sample? (https://github.com/JetBrains/kotlin-native/tree/master/samples/csvparser)
Unfortunately when googling for kotlin-native I come across ios stuff which isn’t what I’m looking for
o

olonho

02/08/2018, 5:35 AM
See https://kotlinlang.org/docs/tutorials/native/basic-kotlin-native-app.html. There will be more in the same section.
👍 1