On Wed, Sep 10, 2014 at 9:02 AM, Gabor Grothendieck <[email protected] > wrote:
> > There is also a breakdown of libre office code here with graphs and a > table: > https://www.openhub.net/p/libreoffice/analyses/latest/languages_summary > > The corresponding page for sqlite is: > https://www.openhub.net/p/sqlite/analyses/latest/languages_summary > The veracity of these graphs is questionable. I don't know the LibreOffice code base, but I am quite familiar with SQLite, and the LOC values for SQLite are way off. According to the charts above, SQLite as 15K lines of TCL code. I count 319K lines - more than 20x as much. On the other hand, they list 27K lines of shell script whereas if you exclude authconf the actual amount is closer to 270 lines. The charts show 8544 lines of C++ whereas the correct amount is 0. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

