Hi everybody, from time to time, there are some mentions about Scala on hn, there are many users who have shared their bad experiences when dealing with sbt a long time ago, while sbt is considerably better, we now have a simpler alternative, scala-cli.<p>Scala-cli has many similarities with Cargo (from Rust), in the sense that many of the commonly used tools are already packaged with it, like compile/format/package/etc.<p>Not only that, the startup time is fast, the CI runtime is impressive (~1m).<p>For people willing to try Scala (or give it another try), scala-cli is worth a shot.<p>Thanks.