Skip to content

Make Turtle a Kotlin Multi-platform libraryΒ #116

@jmfayard

Description

@jmfayard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions