Y
Hacker News
new
|
ask
|
show
|
jobs
by
peoplewindow
3147 days ago
What's the big need for an AOT native EXE for you? You just don't want to copy a directory tree instead of a single file?
2 comments
weberc2
3145 days ago
Not OP, but I can't execute a directory tree. I always seem to need a runtime, and often additional libraries and a bunch of `$*PATH` munging so the compiler locates the _correct_ dependencies.
link
frankzinger
3146 days ago
Performance is often the answer.
link