Posts: 12,029
Threads: 485
Joined: Sep 2016
Jan-20-2019, 05:52 PM
(This post was last modified: Jan-20-2019, 05:53 PM by Larz60+.)
Quote:Alfalfa wrote:
It is not an IDE, but IMO vim is well worth the painful learning curve :)
And how about emacs?
Used, loved it, for many years. Considering when it was written (March 85), it's an outstanding 'IDE' though technically an 'C' extension language.
Posts: 5,151
Threads: 396
Joined: Sep 2016
Jan-20-2019, 10:16 PM
(This post was last modified: Jan-20-2019, 10:17 PM by metulburr.)
(Jan-20-2019, 05:52 PM)Larz60+ Wrote: Quote:Alfalfa wrote: It is not an IDE, but IMO vim is well worth the painful learning curve :)
And how about emacs? Used, loved it, for many years. Considering when it was written (March 85), it's an outstanding 'IDE' though technically an 'C' extension language. i put emacs and vim on the same one to avoid the vim/emacs war
Recommended Tutorials:
Posts: 7,315
Threads: 123
Joined: Sep 2016
Jan-20-2019, 11:00 PM
(This post was last modified: Jan-20-2019, 11:00 PM by snippsat.)
(Jan-20-2019, 10:16 PM)metulburr Wrote: i put emacs and vim on the same one to avoid the vim/emacs war The Editor war has faded,putting Emac and Vim together in the 90's you may have needed Police protection
Or maybe they kind of like each other,but not others.
Posts: 12,029
Threads: 485
Joined: Sep 2016
Jan-20-2019, 11:45 PM
(This post was last modified: Jan-20-2019, 11:45 PM by Larz60+.)
Vi? Hold your tongue!
** EDIT **
Actually I still use it for quick changes, and remember all of the commands.
I used vi for a long time, but it was around for 9 years before emacs!
Now I don't use vim, and don't know what was added to vi to create vim, i think it was the m!
Posts: 4,220
Threads: 97
Joined: Sep 2016
If you like vim or emacs, what are you doing on a web forum? Shouldn't you be on Usenet? Or dialing in to a BBS somewhere?
Posts: 12,029
Threads: 485
Joined: Sep 2016
Jan-21-2019, 03:41 AM
(This post was last modified: Jan-21-2019, 03:41 AM by Larz60+.)
Been there at 150 baud from home, but we had a microwave (dish) link to MIT (around 1986) at work! didn't have web back then, only Archie and gopher.
Posts: 31
Threads: 7
Joined: Jan 2019
What about geany? I've used it for HTML and JavaScript before and it worked great. I'm not sure if it has a compiler for python though.
Posts: 5,151
Threads: 396
Joined: Sep 2016
(Jan-22-2019, 02:57 PM)Trinx Wrote: What about geany? added, i use geany if i want a GUI one
Recommended Tutorials:
Posts: 31
Threads: 7
Joined: Jan 2019
I downloaded KDevelop, VSCode and vim (I already have geany). I'm going to try those and see which one I prefer, thanks for the suggestions (Once I've tried them, I'll post my favorite on here).
Posts: 164
Threads: 22
Joined: Feb 2017
Jan-22-2019, 06:01 PM
(This post was last modified: Jan-22-2019, 06:01 PM by Alfalfa.)
(Jan-22-2019, 03:30 PM)Trinx Wrote: I downloaded KDevelop, VSCode and vim (I already have geany). I'm going to try those and see which one I prefer, thanks for the suggestions (Once I've tried them, I'll post my favorite on here).
Vim takes some time and effort to love, but one great thing I like about it is the wide possibilities of customization. Ie, I made this script to launch the main __init__.py of your git repo, from whatever file of that repo you are working on. So in this case you can just type ,r and it will run your app in a terminal.
|