Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kgraves
on Oct 3, 2021
|
parent
|
context
|
favorite
| on:
Effective Go
> Java is faster and safe and can do everything go can do.
Including generating static binaries without the use of requiring to download a runtime?
kaba0
on Oct 3, 2021
|
next
[–]
Yes, there were AOT compilers availbe for Java since 2000. But more recently, Graal creates very nice binaries.
weavie
on Oct 3, 2021
|
prev
[–]
Yup, with everything else being equal, given the choice I will always use the project written in Go.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Including generating static binaries without the use of requiring to download a runtime?