Re: I symbolics still selling machines? does anyone use the lisp genera os?



In article <91sxq3w7b8aw.1lu55ye2jkvm9$.dlg@xxxxxxxxxx>,
Frank Buss <fb@xxxxxxxxxxxxx> wrote:

John Thingstad wrote:

This might be nit picking but..

find . -type f \( -name '*.c' -or -name '*.h' \) -exec cat {} \; | wc -l

is a bit more succinct (the -l option just gives the lines)

yes, that's better, if you want to sum C and H files, but if you sum them
separately may give you more information.

Interesting would be the number of code lines as defined in the referenced
article ( http://www.dwheeler.com/sloc/redhat71-v1/redhat71sloc.html )
without comments and empty lines and without duplicate files, but for
kernel 2.6. This is the tool: http://www.dwheeler.com/sloccount/
Has anyone the Lisp machine source to run this tool on it?

RJMBP:/Lisp/software/genera-8-3/sys.sct joswig$ find . -type f \( -name '*.lisp*' \) -exec cat {} \; | wc -l
1360963

Which is much (not all) of Genera plus some other bits...

--
http://lispm.dyndns.org
.



Relevant Pages