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

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.
Performance is often the answer.