> WTF. Did you write a program to generate this much? I've seen > operating systems that ran really well at that line count.
Not sure I follow your q, but yes some of it is codegen (the stdio scripting part). My definition of sloc is roughly `cat *.c *.h | wc -l`. Using this metric on other editors: vim: 430k kakoune: 27k nano: 25k vis: 22k mle: 10k kilo: 1k Naturally it's not perfect as it counts comments and blank lines etc. But at least in that sense it is on the small side. Adam On Wed, Mar 29, 2017 at 10:34 AM, Martin Kühne <mysat...@gmail.com> wrote: > tl;dr > >> mle weighs in at ~10k sloc > > WTF. Did you write a program to generate this much? I've seen > operating systems that ran really well at that line count. > > cheers! > mar77i