Y
Hacker News
new
|
ask
|
show
|
jobs
by
SiVal
3736 days ago
Can this headless Swift be compiled to a simple, self-contained, statically-linked, no-runtime-required binary like Go? (A real question, not some sort of advocacy.)
1 comments
pjmlp
3736 days ago
Any AOT compiler to native code allows for self-contained, statically-linked, no-runtime-required binaries.
There is nothing special in Go about it.
link
There is nothing special in Go about it.