|
|
|
|
|
by chongli
4192 days ago
|
|
It has support for AIO, as had vim for quite a while, but it's not pervasive in the standard library and the ecosystem. Both editors have way too many plugins that block the UI needlessly while you're typing (autocompletion, syntax checking etc). |
|
Or Emacs's fantastic support for communicating with REPLs in many interpreted languages.
You can execute any shell command asynchronously while doing other things inside Emacs. You can even compile with beautiful output, in terminal: http://tuhdo.github.io/static/c-ide/compilation-compile.gif
Or built-in GDB integration, also asynchronous: http://tuhdo.github.io/static/c-ide/gdb-many-windows.gif.
Another GDB screenshot: https://flic.kr/p/6FW7Q7.
And Emacs officially supports asynchronous IO, while in Vim it's a hack from Vim Script.