perl2EXE catch on?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
thbp
Chaos Rift Regular
Chaos Rift Regular
Posts: 132
Joined: Tue Dec 08, 2009 5:32 pm
Current Project: Learn
Favorite Gaming Platforms: PC/PS/GC/DC
Programming Language of Choice: C(++)/Perl
Location: wrestling matts
Contact:

perl2EXE catch on?

Post by thbp »

do you guys think perl2exe will ever catch on with programmers? so they don't need the interepter?.
XNA ========== eXtreme Nuclear Atomic
Image
Image
Image
Wrestlers have three motion: side 2 side , circle, and stalk
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: perl2EXE catch on?

Post 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).
User avatar
thbp
Chaos Rift Regular
Chaos Rift Regular
Posts: 132
Joined: Tue Dec 08, 2009 5:32 pm
Current Project: Learn
Favorite Gaming Platforms: PC/PS/GC/DC
Programming Language of Choice: C(++)/Perl
Location: wrestling matts
Contact:

Re: perl2EXE catch on?

Post by thbp »

i was talking bout performance but about the ease of distributing perl scripts as actual programs.
XNA ========== eXtreme Nuclear Atomic
Image
Image
Image
Wrestlers have three motion: side 2 side , circle, and stalk
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: perl2EXE catch on?

Post 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.
User avatar
thbp
Chaos Rift Regular
Chaos Rift Regular
Posts: 132
Joined: Tue Dec 08, 2009 5:32 pm
Current Project: Learn
Favorite Gaming Platforms: PC/PS/GC/DC
Programming Language of Choice: C(++)/Perl
Location: wrestling matts
Contact:

Re: perl2EXE catch on?

Post 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))
XNA ========== eXtreme Nuclear Atomic
Image
Image
Image
Wrestlers have three motion: side 2 side , circle, and stalk
Post Reply