NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Scripting bridges (Score:1)
Re: (Score:1)
Because Perl is resistant to being processed by development tools.
Plain and simple.
This is the same reason that Google goes for Java and Python mainly, because you can write huge toolchains around it.
Perl is impossible to parse.
Re: (Score:2)
Is it true that a subset of Perl that eliminates string eval and a couple of other features is parseable? What's happened to efforts based on that?
I'm running on low sleep, and there's probably an answer to this, and I should probably know it, but I'd like a refresher for my poor brain. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Scripting bridges (Score:1)
I think such a subset is conceivable, but it won’t be of much practical interest, as it must necessarily exclude
BEGINas well as assignment to globs, which effectively means nouse.Reply to This
Parent