|
|
|
|
|
by gpderetta
3789 days ago
|
|
Then again, emacs is not really native code. Everything outside the basic editing and display layer is implemented in elisp, whose VM and GC are not exactly state of the art (single threaded, no JIT, basic mark/sweep). It still somehow manages to feel faster than many other editors. |
|