in reply to Re: Pre-position musing on "standalone executables"
in thread Pre-position musing on "standalone executables"

  1. Your program will never escape its perl roots. eval (and its kin require and do) will be there, as will the mechanisms to make them work.
  2. You'll note the original asked for single file distribution, not necessarily compilation to machine code. The bytecode the engine executes is portable across platforms.
  • Comment on Re: Re: Pre-position musing on "standalone executables"