Page 1 of 1
perl2EXE catch on?
Posted: Tue Jan 05, 2010 10:57 am
by thbp
do you guys think perl2exe will ever catch on with programmers? so they don't need the interepter?.
Re: perl2EXE catch on?
Posted: Tue Jan 05, 2010 11:07 am
by Falco Girgis
thbp wrote:do you guys think perl2exe will ever catch on with programmers? so they don't need the interepter?.
No.
Perl2EXE simply packages the interpreter with the script as one executable. It doesn't magically increase performance or memory usage--which is what most people care about that kind of thing for. Perl is also generally used in Unix/Linux-ish environments where the operating system comes with the perl interpreter standard, so there's no need.
The only people that really need something like that are the ones that distribute Perl scripts among Windows platforms and usually they even mandate an ActivePerl install (interpreter).
Re: perl2EXE catch on?
Posted: Tue Jan 05, 2010 11:10 am
by thbp
i was talking bout performance but about the ease of distributing perl scripts as actual programs.
Re: perl2EXE catch on?
Posted: Tue Jan 05, 2010 12:17 pm
by Falco Girgis
thbp wrote:i was talking bout performance but about the ease of distributing perl scripts as actual programs.
And I addressed that.
Re: perl2EXE catch on?
Posted: Tue Jan 05, 2010 2:05 pm
by thbp
oops didn't read the bottom, But yeah that's probabobly the only solution (intell they write a compiler for it (wich will probably never happen))