Hacker News new | ask | show | jobs
by HuwFulcher 962 days ago
If you used Go (or something equivalent) couldn’t you bundle it into a binary and then it can be more portable?
1 comments

It's good to have a binary that you can run, but you'd still have to deal with Go dependencies at build-time, and Go dependencies sometimes can go sideways as well (probably not as bad as Ruby, though)
Yes, build time will still be an issue. Hopefully if you get to a point where you’re “happy” with the binary you can avoid build issues for a while