in reply to Re^4: Slow evolution of Perl = Perl is a closed Word (use)
in thread Slow evolution of Perl = Perl is a closed Word
In fact, if someone is burdened1 by the use of syntax highlighting when editting their Perl code, then their coding style will be somewhat skewed such that they avoid even reasonable constructs if they happen to confuse their syntax highlighter.Heh :-) I do use syntax-highlighting wherever possible, if only because it allows me (in my perception) to skim my code faster.
I mostly use Vim (I've been trying to use Emacs of late)... it has lots of problems with its very simplistic highlighter. I don't avoid the "problematic" constructs; I've just formed a habit of inserting comments to "correct" those mistakes ;)
My impression is that PPI, in practice, is good enough often enough that a PPI-based IDE could be successful if used on a new project (due to the feedback loop I noted above). The effectiveness of a PPI-based IDE when applied to an existing code base is certainly less certain, IMHO.Well, it has to start somewhere (assuming that making perl "more available" to beginners/infidels is a worthwhile goal).
I agree that the feedback loop would eventually lead to a parser that works reasonably for arbitrary perl5 code.
-David.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Slow evolution of Perl = Perl is a closed Word (use)
by ysth (Canon) on Sep 02, 2007 at 07:14 UTC |