OT: I really like Li Haoyi's work in the Scala community, trying to bring Python's straightforward programming model to Scala.<p>I've been wondering if there is an equivalent in the Rust ecosystem. I think <a href="https://github.com/facet-rs/facet">https://github.com/facet-rs/facet</a> is going in the right direction
In Li Haoyi'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.