Describe the feature you'd like to request
I saw that the turborepo's go code supports multiple backends, and, in this moment, there's only backends for javascript.
Enabling turborepo to be programming language agnostic would be a really good, and i'm sure that turborepo with it's unique features can really exceed other solutions out there.
Describe the solution you'd like
I would like that turborepo starts supporting other languages, and if i could choose, i would start with Rust.
I know that turborepo depends a lot at package.json and it's scripts. And i also know, like rust, that there's some languages without this "workflows" built-in support. For rust, probably it'll be used cargo-make or Makefile directly, but that is a point to consider before coding.
Describe alternatives you've considered
Open for suggestions...
Describe the feature you'd like to request
I saw that the turborepo's go code supports multiple backends, and, in this moment, there's only backends for javascript.
Enabling turborepo to be programming language agnostic would be a really good, and i'm sure that turborepo with it's unique features can really exceed other solutions out there.
Describe the solution you'd like
I would like that turborepo starts supporting other languages, and if i could choose, i would start with Rust.
I know that turborepo depends a lot at package.json and it's scripts. And i also know, like rust, that there's some languages without this "workflows" built-in support. For rust, probably it'll be used cargo-make or Makefile directly, but that is a point to consider before coding.
Describe alternatives you've considered
Open for suggestions...