perl2EXE catch on?
Moderator: Coders of Rage
- thbp
- 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?
do you guys think perl2exe will ever catch on with programmers? so they don't need the interepter?.
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- Falco Girgis
- 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?
No.thbp wrote:do you guys think perl2exe will ever catch on with programmers? so they don't need the interepter?.
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).
- thbp
- 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?
i was talking bout performance but about the ease of distributing perl scripts as actual programs.
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- Falco Girgis
- 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?
And I addressed that.thbp wrote:i was talking bout performance but about the ease of distributing perl scripts as actual programs.
- thbp
- 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?
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
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk