My use case a multilingual code base: Rust, Go, Ty...
# general
g
My use case a multilingual code base: Rust, Go, TypeScript, and Python
w
In progress 🙂 cc @gorgeous-winter-99296
There are some mechanical issues that make certain languages easier, and certain languages harder to integrate with clean support - while not fighting Pants itself. As an intermezzo, you can take a look at using
adhoc_tool
while first-party support is ramping up
g
Darn, that sucks. I will keep an eye out for Rust support in the future.
g
Rust is in the works, but currently outside the main pants repository. I've not moved any production workloads to it yet but getting close. Been a bit slow as I've recently moved. https://github.com/tgolsson/pants-cargo-porcelain. If you have a large complex application it'll likely not work well yet, but for smaller self-contained applications that go into containers etc where you can leverage Pants multi-language support (i.e docker primarily) it works ok. Happy to take PRs and contributions.