TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mill as a direct style build tool

41 pointsby lihaoyi5 days ago

5 comments

evacchi2 days ago
OT: I really like Li Haoyi&#x27;s work in the Scala community, trying to bring Python&#x27;s straightforward programming model to Scala.<p>I&#x27;ve been wondering if there is an equivalent in the Rust ecosystem. I think <a href="https:&#x2F;&#x2F;github.com&#x2F;facet-rs&#x2F;facet">https:&#x2F;&#x2F;github.com&#x2F;facet-rs&#x2F;facet</a> is going in the right direction
openplatypus2 days ago
In Li Haoyi&#x27;s recent talk he shows how incredibly fast Java compiler is.<p>Also demonstrates how much overhead comes from Maven and Gradle.<p>If Java build feels sluggish, know that first 50s is lost due to maven.<p>Mill still has rough edges. The project is evolving fast and things change, but it is a great tool.<p>The BSP support in IDEs is IMO still work in progress (not related to Mill itself) so for JVM languages, Maven and Gradle still have a leg up.
评论 #43978726 未加载
vamega2 days ago
Does Mill plan to have something like Bazel’s Remote Execution?
评论 #43979432 未加载
fithisux5 days ago
It is a build engineering tool. Build engineering is either hidden behind corporate doors or underrated.
mark388481 day ago
Does it support source dependencies over stupid jar files?