TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Replacing sbt with Scala-CLI in a simple project

2 点作者 AlexITC大约 2 年前

1 comment

AlexITC大约 2 年前
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&#x2F;format&#x2F;package&#x2F;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.