[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

I've tried Vim and Sublime and I dislike both. I'm

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 116
Thread images: 13

File: 1474648908467.png (200KB, 1380x718px) Image search: [Google]
1474648908467.png
200KB, 1380x718px
I've tried Vim and Sublime and I dislike both.
I'm looking for an editor that looks decent without me having to tweak everything, can be used for large projects (but isn't as bloated as an IDE), and supports a mouse mode. I mostly program in Python, C, C++.
Would you say emacs/spacemacs is worth it?
>>
Geany?
>>
vscode
>>
I like spacemacs myself
>>
File: debugging-all-up.png (121KB, 1024x796px) Image search: [Google]
debugging-all-up.png
121KB, 1024x796px
Literally this >>61932226
It free open source so no botnet
>>
>>61932275
>javascript code editior made by MS that periodically phones home
>not botnet
>>
>>61932275
>it's open source it can't be botnet
>>
>>61932275
you're a retard.
>>
>>61932275
>>61932316
>delete[] & a[low]
>double pointers in C++
yup he's retarded
>>
>>61932326
It's not C++
>>
you can't dislike vim :o

try it 1 month and use many plugins and you will see this is the best!
>>
>>61932219
Is it good? It seems that nobody actually uses it.
>>61932259
>emacs on the taskbar
Did you download it separately from the one that is available out of the box on the mac OS terminal?
How steep is the learning curve?
Something that bothered me with vim was that it really wasn't optimized for the mouse (which is completely understandable of course) and sometimes I don't want to bother with keybinds and just want to copy, paste or delete stuff with the mouse.
>>
>>61932214
Atom

/thread
>>
>>61932356
the macos default emacs is outdated
i installed mine with brew by compiling with source and doing brew linkapps
>>
>>61932316
ooh is that an imageboard software?
>>
>>61932316
>redis client in a package-level global variable, probably panics in init() if the setup fails
>uses functions that operate on global variables instead of using methods on something that encapsulates dependencies / state
>seeds a PRNG every time a random number is generated
>calls someone a retard while posting this code
Please.
>>
>>61932356
also the learning curve isn't as steep as vim
you just need an emacs guru to point you to the right stuff
>>
>>61932372
second!
https://atom.io/
>>
>>61932349
this except I don't use plugins so I'm not gonna recommend them
>>
>>61932372
Slow as shit.
>>
>>61932275
>Running a texteditor in a browser
>>
Vimfag here, dunno why you want a mouse. I can copy/paste faster in Vim than you can in an IDE with a mouse, and my fingers don't have to leave home row throughout a full day of coding. I don't even use plugins, just a vimrc file that I made myself by reading the manual.

My first boss out of college told me:
"Try Vim. You will hate it for about a month, then you will get used to it and be able to use it for another month. And by the third month you won't be able to live without it"

He was right. Same goes for emacs or for any other decent editor. They increase performance of the user by using shortcuts. If you could already use these shortcuts in some other editor, you wouldn't be here, and if you could use them without a specific editor, you also wouldn't be here.

Gotta crawl before you can run.
>>
Spacemacs can be good if you work with big projects but it feels really boated compared to vim.
>>
>>61932374
Well I just uninstalled the outdated emacs and installed a new version, though I was unable to delete all the emacs files in /usr/bin and /usr/share so I don't know if there are going to be any fucked dependencies or whatever.
>>61932392
Where do I find an emacs guru to point me to the right stuff?
Right now I have spacemacs launched and it seems much more complicated than vim. At least vimtutor made things much easier.
>>61932514
>dunno why you want a mouse
I just find it convenient. You're probably right that keyboard editing becomes faster once you're used to it though.
>>
>>61932275
https://github.com/Microsoft/vscode/issues/16131
>>
Which config of spacemacs should I be using? Spacemacs or spacemacs-base? Helm or Ivy?
>>
What's the point of using spacemacs over vanilla emacs?
>>
Starting with Emacs base and building your own text editor is the best way to go
>>
>>61933894
Isn't spacemacs just emacs with vim functionalities?
>>
Kdevelop is god tier OP trust me. Don’t go with pajeet tier vscode or atom. Those are only editors anyway. Get something that conpiles too
>>
>>61932951
Emacs is about making use of the editor's built in features and extensions you can easily get. It's about learning as you go.
>Well I just uninstalled the outdated emacs and installed a new version, though I was unable to delete all the emacs files in /usr/bin and /usr/share so I don't know if there are going to be any fucked dependencies or whatever.
You, uh, probably shouldn't mess with any built in MacOS libraries. You don't need to anyway, if you have the new version installed locally your OS shouldn't use the old one if your path is set correctly. Which Homebrew hopefully does.

>>61934187
That's Evil-mode. Spacemacs is meant to be OOTB.
>>
File: Download.jpg (6KB, 275x183px) Image search: [Google]
Download.jpg
6KB, 275x183px
>>61932275
>delete[] &
>>
>>61932417
It's fine for me (when it has finished initial startup)
>>
>>61934371
>You, uh, probably shouldn't mess with any built in MacOS libraries
Well fuck I'm retarded. Even as root though I was denied access when I tried to delete the files, so hopefully I didn't break anything. Is there a way to check?
>>
>>61933130
Anyone?
>>
>>61932275
SJW botnet
>>
>>61932296
>>61932957
>"telemetry.enableCrashReporter": false
>"telemetry.enableTelemetry": false
>"update.channel": "none"
woah, that was hard
>>
>>61934720
Try opening multiple projects/folders in one window. In atom it's easy, what about VS Shit?
>>
>>61932349

I agree, at first I was like who uses this shit for anything productive ? Too much hassle to do basic shit, where is my debug screen, where are my breakpoints etc etc, after a few tweaks and plugins and a few weeks of actually using it i just fell in love with it.
>>
>>61934520
>Which config of spacemacs should I be using?
Use plain emacs & read the mans
>Helm or Ivy
Helm's nice & probably has more features and plugins
>>
>>61934787
no clue, never needed to use it so haven't tried it

tho looking at their github it seems they have implemented it, currently only insider though?

https://github.com/Microsoft/vscode/issues/28344

not that you should switch to vscode either way if you're happy with what you have
>>
>>61932349
>>61934830
Isn't it more convenient to use emacs for larger projects? vi/vim strikes me as the kind of program sysadmins use on ssh or for basic scripting mostly, but not really something that can be made into an ide.
>>
Textwrangler
>>
>>61934436
What did you delete exactly?
>>
>>61935056
I tried to sudo rm /usr/bin/emacs and /usr/share/emacs I think I was denied access for most, if not all, files. Maybe some files were deleted though but I don't know which exactly.
>>
>>61932316
>>61932326
>>61934413
Not mine. Took it from google images since I'm on my tablet.
>>
Emacs takes like five seconds to start up, use vim.
>>
DO NOT USE SPACEMACS

ITS SO BLOATED AND SLOW A NIGGER GETS THE JOB DONE FIRST

SIMPLY LEARN TO CONFIGURE EMACS AND ADD THE PLUGINS YOU WANT
>>
>>61936174
But emacs will be just as slow if you install the plugins and configure it yourself.
>>
>>61936645

>add the plugins you want
>>
>>61936685
What if I want it to look like spacemacs?
>>
>>61936696

add the theme and spaceline plugins
>>
>>61932214
>looks decent without me having to tweak everything
Try textmate for macos
it just werks™
>>
>>61936717
What is it that makes spacemacs bloated then?
>>
>>61936913

the huge amount of stupid shit it comes with that you do not need
>>
>>61932214
try geany, it only requires configuration if you use anything outside of standard libraries.
>>
>>61936939
You can just install Ivy instead of Helm then
And there's a more lightweight option in the installer as well
>>
File: pkgs.png (21KB, 534x919px) Image search: [Google]
pkgs.png
21KB, 534x919px
>>61936980

helm isn't even the biggest hiccup

spacemacs has its own retarded layering system on top of all of emacs bullshit, if you spend a day listing the packages you actually need you'll end up with a much faster and efficient editor

emacs isn't meant to be used by retards / noobs even though spacemacs tries its best, I've been usint pic related for years now, fast as fuck and doesn't take 15 seconds to load
>>
>>61937046
Is there a list of the packages spacemacs uses on top of default emacs? If I can select them individually then that's better, but they're not on their github or their website. I really just want it to look the same, I'm fine with the default emacs functions otherwise and I don't need evil.
>>
>>61932486

> Running a texteditor in a lisp machine
>>
File: 1500554760165.jpg (136KB, 1280x720px) Image search: [Google]
1500554760165.jpg
136KB, 1280x720px
>>61932259
>go
>xd
is that the i2p torrent client?
>>
>>61937159
Just look through the Spacemacs code. It's fucking huge, so it'll take you a day or two.

Simply search for a good Emacs config

https://github.com/caisah/emacs.dz

and pick the bits you like.
>>
>>61937356
>Just look through the Spacemacs code
Dude that's tedious as fuck. I don't even know elisp.
>>
>>61937467
I know. Want to know my Emacs config?

(tool-bar-mode -1)
(scroll-bar-mode -1)
(setq inhibit-startup-message t
initial-scratch-message nil)
>>
>>61937491
That's it?
If you're worried about bloat, do you also go out of your way to remove unnecessary features (like the games for example) or is that not needed?
>>
>>61932214
brackets

>Python, C, C++
consider eclipse for c/c++
>>
>>61937513
The games are just elisp files in its directory; they're not a 'part of Emacs' itself.

You could spend a lifetime tinkering with Emacs, but there comes a point in your life where you just say 'fuck it', wipe your .emacs file.

It's just not worth the effort.
>>
>>61937513

There is a difference between adding shit to your main process loop and having a game stored somewhere.

No offense but you sound dense as fuck, you are not ready to tinker with emacs.
>>
>>61937589
Well, emacs seems much more complex than vim and I'd like to learn more.
>>
>>61932214
> without me having to tweak everything, > but isn't as bloated as an IDE

I wouldn't recommend emacs or spacemacs.
>>
>>61936913
helm is most likely one of the biggest culprits

seriously fuck the emacs team for not adding multiple threads into emacs
>>
>>61938498
Helm isn't required, you can just use Ivy
>>
>>61932275
>delete[]
what the fuck is this shit anon?
>>
Emacs is bloated.
Vim vanillar works.
>>
>>61938789
Vim is heavier than emacs
>>
>>61938426
This. I like my Emacs very much though, even considering I haven't tweaked it much (yet).
>>
>>61938426
Emacs isn't as bloated as an IDE.
>>
>>61932214
>wants an editor to """""jus twerk""""" without needing to tweak anything
>thinks about emacs
boi, are you in for a rude awakening?
>>
>>61939361
To be fair, spacemacs works out of the box just fine.
Normal emacs kinda does too, it just looks like shit. It even has syntax highlighting enabled by default though.
>>
>>61932214

If your going to spend the majority of your working life on a piece of software why woulden't you want to spend a week tweeking it to get it to exactly fit your needs.
>>
File: batman.gif (442KB, 500x375px) Image search: [Google]
batman.gif
442KB, 500x375px
>>61932214
Visual Studio Code. Open source, lightweight, feature rich, community driven, and all around awesome.
>>
>>61932214
>Would you say emacs/spacemacs is worth it?

Yes it is. Especially once you start using org-mode. That is a huge rabbit hole and it's absolutely worth it.
>>
>>61932214
spacemacs is really well thought, and its easy to get used to it (meaningful shortcuts, easy to search help etc), but it really feels like there is 90% of the features I'll never use.
But imo its totally worth it, and if you realize that you only use 10% of spaceemacs like me, it may be worth making your own emacs conf with those features. There is some really neat stuff like auto package install based on filetype, evil, shortcut system with space as leaderkey, etc
>>
I'm too brainlet for spacemac/emacs because the user experience is terrible, you need to learn many things to use emacs/spacemac.
With vim, you can use vimtutor and you can start coding.
>>
>>61940138
You're just lazy.
Also, emacs can act like an IDE more easily than vim
>>
>>61940109
Fuck yes. Started using org mode about two weeks ago. So many possibilities.
>>
>>61932356
I like geany, it's worth a try
>>
>>61940219
For me, it's the ease of creating Beamer presentations, complete with perfectly formatted maths, chemical equations, and graphs/tables simply by exporting an org file. Marvellous.
>>
>>61939307
I don't feel any difference between opening spacemacs and eclipse. Don't get me wrong, I like emacs and spacemacs, they are just heavy applications imho.
>>
File: 1473904892658.jpg (362KB, 1106x1012px) Image search: [Google]
1473904892658.jpg
362KB, 1106x1012px
>>61940088
>lightweight
>requires an additional browser installed
>>
>>61942588
Vim requires an operating system, such bloat
>>
I don't get it
I installed spacemacs and it's just as resource intensive and bloated as something like Visual Studio Code, more so than Sublime Text
I thought this was supposed to be better?

>>61934435
I like Atom but they really need to work on speed. I'll open a 500 line file and it'll literally take 10-15 seconds. It can't handle long files either without it slowing down to molasses.
>>
>>61942665
Not an argument
>>
>>61932214
>but isn't as bloated as an IDE
IntelliJ literally has the fastest text rendering speed.
Just ignore the extra features.
>>
>>61940171
I can use vim in any other IDE though. I use vsvim every day for work.
>>
Try all of them for a week each. You'll waste more time and energy trying to care about other people's opinions.

Oh, and by the way, I want you to care about *my* opinion.
>>
Solidity IDE (Ethereum)
>>
File: X.jpg (55KB, 753x724px) Image search: [Google]
X.jpg
55KB, 753x724px
nobody mentioned jetbrains products
>>
>>61944508
>>61944261
>>
>>61940088
m$ botnet tho
>>
>>61942786
spacemacs is pretty heavy but it has many more features than vscode
>>
>>61944476
That looks clean as fuck, is it vim?
>>
>>61946511
Is there a lightweight version of emacs for those worried about bloat?
>>
>>61948275
Compared to Spacemacs? Emacs.
>>
>>61948295
And compared to emacs?
>>
>>61948307
I don't know any, but vanilla Emacs is pretty lightweight. Definitely not as much as Vim, but still better than IDEs.
>>
>>61948337
It's only lightweight insofar as you don't tinker too much with the .emacs file
Vim is nice but modal editing is annoying, vimscript is dogshit and it quickly becomes just as heavyweight as emacs when you add features by customizing it.
I guess you have to deal with IDE bloat if you want IDE functionality.
>>
>>61948374
Well, actually Emacs is modal too. The difference is that Emacs usually changes mode only according to the file type. I want to try Vim and then Evil mode because I'm tired of pressing the control key.
>>
>>61948448
Don't try vim if you're used to work on large programs. It's great for quickly writing scripts, not working on actual projects.
>>
>>61948633
That's fine. I just want to get to know the Vim way so I can start using Evil mode which I hope will be more comfortable for my pinky.
>>
File: 1465922392407.png (533KB, 459x612px) Image search: [Google]
1465922392407.png
533KB, 459x612px
>his text editor spies on him
>>
>>61932214
>without me having to tweak everything,
The point of Vim is its customizability. And if you're going to be spending hundreds of hours using an editor, why not learn how to use it and tweak it to your liking?
>>
>>61932214
>222 packages loaded in 2.3 seconds
Literally how? Spacemacs takes ages to start
>>
Geany is good. Simple and lightweight, can be easily customized to support different toolchains.
>>
>>61937513
>do you also go out of your way to remove unnecessary features (like the games for example) or is that not needed?
These will be lazy loaded, so you don't have to worry about bloat.
>>
>>61950387
Emacs is around 17MB which is much heavier than vim still
Thread posts: 116
Thread images: 13


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.