Re: I symbolics still selling machines? does anyone use the lisp genera os?
- From: Rainer Joswig <joswig@xxxxxxx>
- Date: Mon, 30 Jul 2007 05:25:49 +0200
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
.
- References:
- I symbolics still selling machines? does anyone use the lisp genera os?
- From: gavino
- Re: I symbolics still selling machines? does anyone use the lisp genera os?
- From: daidongLY@xxxxxxxxx
- Re: I symbolics still selling machines? does anyone use the lisp genera os?
- From: Frank Buss
- Re: I symbolics still selling machines? does anyone use the lisp genera os?
- From: John Thingstad
- Re: I symbolics still selling machines? does anyone use the lisp genera os?
- From: Frank Buss
- I symbolics still selling machines? does anyone use the lisp genera os?
- Prev by Date: Re: I symbolics still selling machines? does anyone use the lisp genera os?
- Next by Date: Re: shootout: implementing an interpreter for a simple procedural language Minim
- Previous by thread: Re: I symbolics still selling machines? does anyone use the lisp genera os?
- Next by thread: Re: I symbolics still selling machines? does anyone use the lisp genera os?
- Index(es):
Relevant Pages
|