Describe the problem
I wonder how hard it would be to move turtle to become a Kotlin multiplatform library.
The JVM is fine but a Kotlin native executable is faster and a node js script is easier to distribute.
Describe your solution
If it depends only on File and ProcessBuilder it's probably doable to have an abstraction over those Java APIs to leverage equivalent on Node.js and Native
Checklist
Additional context
I did something like that for https://github.com/jmfayard/kotlin-cli-starter
Describe the problem
I wonder how hard it would be to move turtle to become a Kotlin multiplatform library.
The JVM is fine but a Kotlin native executable is faster and a node js script is easier to distribute.
Describe your solution
If it depends only on
FileandProcessBuilderit's probably doable to have an abstraction over those Java APIs to leverage equivalent on Node.js and NativeChecklist
Additional context
I did something like that for https://github.com/jmfayard/kotlin-cli-starter