Hacker News new | ask | show | jobs
by raverbashing 3027 days ago
Yeah, that's what I don't get from the Emacs crowd

The learning curve is anything but smooth for Emacs. For Vim, it's much easier (note I said VIM, I'm not wasting my time with pre-direction keys typing methods)

1 comments

Emacs is a tool designed for power users. And I think its a good goal to strive for. Programming should be really about pushing the boundaries of what is possible, especially in case of tooling.

I've seen developers even people with 10+ experience repeat several manual things in case of general software development workflow. Every developer must know how to automate things like this.

In fact everything apart from the thinking part should be automated in most cases.

I agree with most of your points, however they can't be accomplished solely by using emacs

A lot of my automation is done in Bash, some in Python and other languages, not necessarily in the editor