![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: LOC in Python and C++ in large projects
From: Terry Hancock <hancock@anansispaceworks.com>
Date: Fri Jul 01 2005 - 21:29:14 CEST
On Friday 01 July 2005 07:55 am, Adriaan Renting wrote:
Well, Zope 2.7.0 is (about) 158,046 LOC by a simple wc (with full-line
Zope X3 is 175,818 LOC by the same wc method.*
I am only counting the Python code, BTW, not the C extension modules.
The thing that's coming into my mind, is what on Earth would require
OTOH, Zope uses a number of techniques that trump your "C++
So, in a sense, I agree with you that such tools help keep code manageable,
*Which is just this:
.../ZopeX3/lib/python> find . -name "*.py" -exec grep -v -e "^#" {} \; | grep -v -e '^$' | wc
I'm sure there are holes in this method, but it ought to give a rough count.
-- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http://www.anansispaceworks.comReceived on Thu Sep 29 16:41:55 2005 |