For people that have learned to use it, do you think it's worth it?

For people that have learned to use it, do you think it's worth it?

Other urls found in this thread:

youtube.com/watch?v=H42jVUavXiA
twitter.com/SFWRedditVideos

No, and vim isn't worth it either.

Just use a regular IDE for programming.

t. emacs + evil

You shouldn't ask it, because there is a good chance people who have learned stuff tend to supress or "rationalize" the shit parts.

Unlike but there is a chance he might know the ins and outs of other tools.

Mostly used by pedophiles, war criminals, devil worshipers, chronic masturbators, bronies etc. Just use Vi.

It's amazing. I've uninstalled all other text editors and IDE and use only emacs now.

Fuck bloatware.

Yeah. It's pretty good for usage in a terminal.

...

but Emacs is bloated

Yes, you too will learn to love the keyboard.

It is, but be prepared to spend some time writing elisp to make emacs behave the right way for you. Or switch to a lightweight modal text editor, vim

It is totally worth it. Emacs is my replacement for many programs, not just my IDE.

No.
I prefer Atom. Is a little slower, but looks and works better.

>For people that have learned to use it, do you think it's worth it?
Use spacemacs, it saved time

this is my impression of OP trying to buy into a meme

youtube.com/watch?v=H42jVUavXiA

Yes, totally.

...

V I M
I E
MEME
E

I still love it

use pic related
thank me later

I used to use emacs all the time... back in the 1980s.

Yeah, it's great I use it every day.
Just remember, that there's a kind of litmus test in how you adapt either the editor to yourself or you're equipment to it before you start to get RSI.

It's literally slower than Eclipse. Emacs is a kind of trap because there's so much stuff included that you keep thinking "just a little more effort and then it will be good". But the design is fundamentally stuck in the 70s and there's way to make it as enjoyable to use as a modern IDE.

I like how much you can customize emacs. I've been rewriting my emacs config to better understand all the parts. I use evil with custom keybinding for things.

It's literally slower than Eclipse. Emacs is a kind of trap because there's so much stuff included that you keep thinking "just a little more effort and then it will be good". But the design is fundamentally stuck in the 70s and there's no way to make it as enjoyable to use as a modern IDE.

Org mode alone makes Emacs worth using.

Yes, definitely worth it

I used to heavily rely on org mode.

I switched to microsoft onenote

dont judge me

Theres not much you need to learn to become proficient. You can learn about 50%-75% of all the stuff you'll ever use in emacs in a week or two. Its just like learning a programming language.

this or notepad++

I don't think anyone can truly learn to use it. Have you seen how long the official documentation for emacs and elisp is?

Considering no other good editor gets Common Lisp indentation correct, yes. I think it's very worth it. Not to mention SLIME.

Even when I do Java or C I use it unless I absolutely need an IDE (ie: android apps)

Any text editor that provides a whole damn scripting language of its own is bloated

It's alright. The defaults suck. Configuring them sucks if you just want to get to work and not fiddle with elisp. Outdated terminology makes it a pain to read manuals. Bizarrely bad font rendering. "Everything is a text buffer, even buttons, pictures, and file-selection" was the wrong philosophy (thanks for letting my memory with a dozen empty buffers when I just wanted to open one file). That said, it's your only option for lisp really, and it's worth using for the great packages available. Emacs is just an interpreter for elisp, and you get the benefits of the same key bindings in nearly every elisp program and a consistent environment.

Yes.
It makes writing so much more fluid. It's like you're an artisan creating fine cuisine, but in Javascript.