logoalt Hacker News

deepsunyesterday at 7:59 PM1 replyview on HN

> 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`.

Replies

Storment33yesterday at 10:50 PM

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.