Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Editor comparison

Name: Anonymous 2012-11-26 8:43

Lets compare three different editors: notepad, vim, Visual Studio.

Declaring a variable:

objective line: `int i`

notepad:
int i<enter>

vim:
iint i<enter><esc>

VS:
in<ctrl-space><down><down><down><enter> i<ctrl-space><enter><enter>

Conclusion, notepad is the best.

Name: Anonymous 2012-11-26 8:57

emacs:
int i<enter>

conclusion, notepad = emacs

Name: SOG !Xf05gentoo 2012-11-26 8:58

How about Sublime Text?

Name: Anonymous 2012-11-26 9:55

Name: 2012-11-26 10:05

Name: 2012-11-26 10:06

Name: Anonymous 2012-11-27 0:29

ed and em:
f file.c<CR>a<CR>int i<CR>.<CR>w<CR>

Name: ex 2012-11-27 1:41

sh:
echo "int i" >> file.c ;

ee:
int i^cexit
OR
int i^[aa

7 i love u

Name: Anonymous 2012-11-27 2:57

>>8
Em only makes sense if you're familiar with the quirks of contemporary paper teletypes. Did you ever think you'd see an editor where # means ^H and @ means ^U? I didn't until I met em. And I feel kind of bad about it.

Don't change these.
Name: Email:
Entire Thread Thread List