What's your favorite editor to hack with?
31–40 of 64 posts
irb/ghci/drscheme, and then just copy-pasting into something stupid like pico.
Re: What's your favorite editor to hack with?
#32TextMate
Re: What's your favorite editor to hack with?
#33currently I'm learning Emacs, and I'm loving it. For quick tasks (i.e.: config file, glue scripts) if emacs is not running (i.e.: connected on a server) then Vim. For really stupid things, cat ;)
Hmm, I've always found it odd how many people say they use emacs, but not for "quick" tasks. It's not like it takes long to start it up -- on my machine, emacs -f kill-emacs takes 0.12 seconds.
On one of my old machines, development server not my desktop:
edu@galileo:~$ time emacs -f kill-emacs
real 0m1.421s
user 0m0.092s
sys 0m0.052s
edu@galileo:~$ time vim --cmd :q
real 0m0.016s
user 0m0.008s
sys 0m0.004s
I have to add that if I run again emacs it loads pretty fast, but the first time it's slooow. edu@galileo:~$ time emacs -f kill-emacs
real 0m0.136s
user 0m0.068s
sys 0m0.044s
Re: What's your favorite editor to hack with?
#34Notepad2 on Windows ( http://www.flos-freeware.ch/notepad2.html ), the best replacement for Notepad.
vi on nix
Re: What's your favorite editor to hack with?
#35eclipse
Re: What's your favorite editor to hack with?
#36Re: What's your favorite editor to hack with?
#37Re: What's your favorite editor to hack with?
#38NetBeans, ;)
Re: What's your favorite editor to hack with?
#39emacs for general purpose and languages.
Eclipse for Scala and Netbeans for Java.
DrScheme for MzScheme.
Re: What's your favorite editor to hack with?
#40emacs
Visual Studio for C#, though I haven't used it in awhile. Also sometimes IDLE for Python and Dev-C++ for C. (Though for C I mostly use emacs now)