Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Capricorn2481
15 days ago
|
parent
|
context
|
favorite
| on:
Java 26 is here
> and builds just as fast
Source? I'm not saying you're lying but I have never seen any Java project build as fast as Go
pron
15 days ago
[–]
Use javac directly, in a recent JDK, to compile lots of files at once (i.e. one invocation of javac to compile multiple files) and you'll see. The speed is over 100,000 lines/sec:
https://mill-build.org/blog/1-java-compile.html
voidfunc
15 days ago
|
parent
[–]
Seriously a need for a new build tool in Java that doesn't fuck around too much.
vips7L
15 days ago
|
root
|
parent
|
next
[–]
Check out mill from the link. It’s quite good.
voidfunc
15 days ago
|
root
|
parent
|
next
[–]
Oh sweet. Former Java dev turned Go dev like a decade ago, this looks close to what I want.
nekitamo
15 days ago
|
root
|
parent
|
prev
[–]
100% this. Ant was bad in many ways, but at least it was lightning fast. Gradle is just tragic.
vips7L
14 days ago
|
root
|
parent
[–]
Try mill from the link!
https://mill-build.org/mill/index.html
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Source? I'm not saying you're lying but I have never seen any Java project build as fast as Go