in reply to Re: Re: Re: (OT) Programming as a craft
in thread (OT) Programming as a craft
What I don't understand is why a Perl editor should be written in Perl itself. You're ultimatly dealing with a stream of bytes, which is as a completly language-agnostic concept as you can find.
But woolfy was specifically describing a Perl-specific code editor, not an arbitrary-stream-of-bytes editor.
Beyond just syntax highlighting, such a tool might be expected to support the features of some advanced Java and Smalltalk code editors, like:
Even if it only implemented some subset of the above, I think such an editor would be providing real value, beyond the traditional solution of a good text editor with syntax coloring and automatic indenting.
And I don't see how you could really do justice to such a tool without implementing it in Perl, or at least delegating key portions to an embedded Perl instance.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: (OT) Programming as a craft
by hardburn (Abbot) on Dec 16, 2003 at 21:22 UTC |