<div dir="ltr"><div>Hi folks,</div><div><br></div><div>I'm trying to get a rough count of how many lines of code make up Cuis. I was also curious how many source lines of code (SLOC) are in the whole tech stack, which I understand to be Cuis itself + the Cog VM.</div><div><br></div><div>Here's what I've currently got:</div><div><br></div><div>Cuis is about 100 thousand SLOC, mainly in the `./packages` folder. I wasn't sure if `./CoreUpdates` should be counted as well. If it is then the total is about 120 kSLOC.</div><div><br></div><div>The Cog VM is enormous, almost 3 million SLOC in `./src`. I'm guessing that's even missing some code, for instance on Unix I should probably count `./platforms/unix` as well, though at 85 kSLOC it hardly matters.</div><div><br></div><div>Corrections, clarifications, or elaboration would all be appreciated!</div><div><br></div><div>~ Ian</div><div><br></div><div>Details...</div><div><br></div><div># Cuis</div><div><br></div><div><a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a><br></div><div><br></div><div>Cuis-Smalltalk-Dev/packages: 101 kSLOC</div><div>Cuis-Smalltalk-Dev/CoreUpdates: 22 kSLOC</div><div><br></div><div># Cog</div><div><br></div><div><a href="https://github.com/OpenSmalltalk/opensmalltalk-vm">https://github.com/OpenSmalltalk/opensmalltalk-vm</a><br></div><div><br></div><div>opensmalltalk-vm/src: 2,955 kSCLOC</div><div>opensmalltalk-vm/platforms/unix: 85 kSLOC</div><div><br></div><div>(all line counts taken with <a href="http://github.com/AlDanial/cloc">github.com/AlDanial/cloc</a> v 1.82)</div></div>