Personal Dynamic Media
04/20/2022, 2:22 PMChris Knott
04/20/2022, 8:31 PMKartik Agaram
Konrad Hinsen
04/23/2022, 8:34 AMKartik Agaram
DEFUN
in the src/
directory and ^(defun
in the lisp/
directory. Let me know if there's a more accurate approach. But my impression is that Emacs pays so much attention to backwards compatibility that you are able to ignore new affordances for add-ons and customization until you need to go find something.
For completeness:
Vim: 275kLoC in 2006 (v7.0) -> 390kLoC now
Neovim: 167kLoC in 2015 (v0.1.0) -> 238kLoC now
Very interesting that Neovim is smaller now than Vim was in 2006.
tl;dr - sloccount
is a useful tool!Kartik Agaram
Konrad Hinsen
04/23/2022, 4:33 PMKartik Agaram
Konrad Hinsen
04/24/2022, 6:29 AMKartik Agaram
Konrad Hinsen
04/27/2022, 6:11 PMKartik Agaram
Konrad Hinsen
04/28/2022, 6:35 AMKartik Agaram