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:Scripting bridges (Score:1)
Reply to This
Parent
Re: (Score:1)
You know you are talking to the author of PPI, right?
Re: (Score:1)
Re: (Score:1)
It is NOT a way to parse and manipulate Perl code.
I know you probably didn't mean to say it in those terms, but the distinction between code and document is extremely important in this case.
This is why providing method name tab-complete, probably the most obvious of all editor assistance functions, is incredibly difficult to do in Perl.
Even after PPI came out, it took a long time for people to realise that "syntax parser" was not necesarily go