I've never learnt to use Vi or Emacs yet people do use them still, despite their being other editors out there that are free and useful. What is it about these two and any others like them that means they hold appeal in the face of the newer editors?
|
14
|
|||||
|
|
|
@Igritz:
I'm Bernard, I'm 19, and I'm a Vim user. *hi Bernard*. :P |
|||
|
|
|
|
If you like the freedom you get from not using a mouse, try the Vimperator plugin for Firefox. It makes Firefox act like vim. |
|||
|
|
|
|
I never be able to learn those program effectively. Every time I got in a rush and had to use something else. I think those program have a high learning curve but once you know how it works, they are very fast and powerful. |
|||
|
|
|
|
It is hard to explain, because you haven't use it yet. Personally, i am vim/acme(in plan9port) user. |
|||
|
|
|
|
Simply put, vi and emacs are just tremendously powerful tools for programmers. They've been designed and refined over 30+ years of use and once you get past the learning curve, they enhance productivity with regular expressions transformations, sorting, shell integration, and so on. Like many things in programming and in general, they require some time to learn at first. However, stick at it for just a couple of weeks, and you'll already get benefits. The benefits multiply month by month. Experiment, and enjoy the rewards. |
|||
|
|
|
|
Good comments all. I like the prettiness of newer editors, but when I've gotta do real work, I pull up my 20-year-old emacs. Real work like:
... |
|||
|
|
|
|
I learned software development on Notepad. I worked my way up to EditPlus2 (IIRC), which was a slightly beefier notepad-like program. It had neat features like pattern-based search-and-replace, line numbering, whitespace control (tabs/spaces/indent level). Somewhere along the line, I moved to vim and gvim, and discovered that it had more neat features than I could even use. Some of the main things I like about it...
|
|||
|
|
|
|
You do not merely "use" an editor: You become one with it. |
|||
|
|
|
|
I learned and became a fan of emacs when at a previous job my boss and mentor used emacs exclusively, he was a self professed 'emacs-jock', and some co-workers decided to perform a variation of a 'Rick-Roll' on him because of his fervent emacs evangelizing. More on that later. Since I spent many hours paired with my boss, learning emacs was essential to my understanding of what he was doing, and I learned the value of memorizing one set of keyboard bindings and using them for all text manipulation tasks. My job also required me to work on remote servers, and instead of using one editor for working on my box, and another on the servers, I started using emacs for everything. It was a great boost to my productivity, and simplified my development environment. I've recently become serious about learning lisp, and cannot foresee a development situation where a IDE would be better suited. One obvious missing feature that IDE fans point out is lack of a debugger, I've personally never found debuggers very useful, I prefer reading stack traces, using unit tests, and reading logs to analyze my code. And is a matter of personal preference. Now back to the 'Rick-Roll'. Via an old laptop on his desk that was functioning as a server for our group wiki, integration, and source control repositories, a script was installed that would run the laptops speech synthesizer, reciting 'VI is the only editor for me!' over and over again. |
|||
|
|
|
|
In a word: Speed and Power. If you want hand-holding, you know where to go ;-) |
|||
