Hacker News new | ask | show | jobs
by delsalk 4123 days ago
RE binaries, compilability seems difficult due to how dynamic method calls are, but Rubymotion seems to have solved that to some extent, though it's a shame it requires a subscription to even develop on which doesnt appeal.

What are the "hacky" methods currently used for packaging you mentioned? The only methods I'm aware of no longer work or still require a separate runtime.

1 comments

Producing a self-sufficient binary doesn't have to mean compiling the code; py2exe is a good example.