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

Any AOT compiler to native code allows for self-contained, statically-linked, no-runtime-required binaries.

There is nothing special in Go about it.