1 comment

[ 5.4 ms ] story [ 10.0 ms ] thread
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.

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.

Not only that, the startup time is fast, the CI runtime is impressive (~1m).

For people willing to try Scala (or give it another try), scala-cli is worth a shot.

Thanks.