Hacker News new | ask | show | jobs
by sideeffffect 447 days ago
> Compile times are crazy

This is also heavily influenced by the build too you use. Don't use sbt or Maven or Gradle. Use the good stuff. Use Mill.

https://mill-build.org/mill/comparisons/why-mill.html#_perfo...

Or Bleep, if you're feeling more experimental https://bleep.build/ .

1 comments

This isn't actually true - and I'm a mill enjoyer. Mill is roughly as fast as SBT in terms of compiling your project. See the mill x sbt comparison.

https://mill-build.org/mill/comparisons/sbt.html

SBT does suck for other reasons, however.