This [1] program for computing lines of code seems pretty nice.  About
Sage, it says sage-6.4 has 433970 lines of code (in src/sage, so "the sage
library"), with the following breakdown.  Does that make sense?   It also
says we have 858449 lines of comments in our code files, which if true is a
ratio to be proud of.

sage-6.4$ cd src/sage; cloc *
    2636 text files.
    2559 unique files.
     557 files ignored.

http://cloc.sourceforge.net v 1.60  T=26.78 s (76.7 files/s, 59718.8
lines/s)
--------------------------------------------------------------------------------
Language                      files          blank        comment
code
--------------------------------------------------------------------------------
Python                         1525         217859         621282
278082
Cython                          406          81270         226620
134810
C                                42           4432           6747
 13227
C++                              16           1534           1643
5089
C/C++ Header                     64           1522           2137
2661
Bourne Again Shell                1              9             16
  89
make                              1              8              4
  12
--------------------------------------------------------------------------------
SUM:                           2055         306634         858449
433970
--------------------------------------------------------------------------------


[1] http://cloc.sourceforge.net/

-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to