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.
Wipe out? (Score:1)
Re:Wipe out? (Score:1)
Re:Wipe out? (Score:1)
Sorry I was not more verbose in my reply. I don't have an understanding technically of how you are going to accomplish the refactoring editor but I was asking about the option of using a plugin to emacs or vim which might accomplish the same result. I've been spending a fair amount of time lately customizing both my vim and emacs installations with Perl development tools, and this popped into my mind as a great thing to have if it could be done also.
Emacs has a fairly advanced Lisp interface, Vim appears
Re:Wipe out? (Score:1)
The truly standout Java editors are mostly written in Java, Python in Python, C++ in C++, Lisp in Lisp, and so on.
Writing the editor in the language means that your entire user community is capable of hacking on the editor, if you let them. And you get to leverage all the existing commu
Re:Wipe out? (Score:1)
Thanks for the insight Alias, what you are saying makes a lot of sense. I've been extending Emacs and Vim lately to support Perl development, and it has been an interesting experience and less than straightforward. It would be nice to have an editor where I could say 'cpan -i App::GUI::Notepad::Refactoring::AutoComplete' and it Just Works :)
Reply to This
Parent