> Sorry I was mainly interested in how many lines of code, in
> some rough sense, are in the Axiom codebase, since this
> whole thread started discussing the difficulties involved with
> the code size of Axiom (since it's about combining source
> code for project).   I'm still really curious how big the Axiom
> codebase is.

My rough count using
  for i in `find . -name "*.pamphlet" ; do cat $i >>pile ; done
  wc pile
yields 814723 lines of code, which, we all agree is meaningless
in any real sense. But, roughly speaking about 4/5 of a million
lines. That does not include the embedded GCL/noweb/tools, nor
the extensive image data and hyperdoc documentation pages. It
also does not include the crystal work, the CATS work, and other
research/development tasks "in the pipe". Its just the literate
portion of the standard distribution.

I'd really roughly estimate the "size" of the system at pretty
close to 1 million "things of code".

Tim

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to