Search Results

7
votes

Why are Vi and Emacs popular ?

I'm semi-competent with vi keybindings, but I prefer Emacs overall. The reason these editors have such fervent adherents is because the editing model they provide is more powerful than new …
1
vote

What is the best implementation of an exception mechanism ?

Best for what? Language design is always about tradeoffs. The advantage of return codes is that they don't require any runtime support beyond regular function calls; the disadvantages are 1) you al …
2
votes

What programming paradigm will be most successful in future multi-core computers?

This question has already been asked: http://stackoverflow.com/que …
1
vote

What specific productivity gains does vim/emacs provide over GUI text editors?

I'm semi-competent with vi keybindings, but I prefer Emacs overall. The reason these editors have such fervent adherents is because the editing model they provide is more powerful than newer system …