Comment by deepsun
3 hours ago
> A word of explanation. I’m building tmplr for 4 platforms:
> Linux ARM
> macOS ARM
> Linux x86_64
> macOS x86_64
Oh, here we go again. Java was invented to solve that, "Write once run everywhere" :] I.e. `int` means `i32` on all platforms, no `usize`.
Java has numerous problems, it's not as simple as use Java not Rust. To be honest I actively avoid any tooling written in Java.