I think something is wrong with your command. When I run "find . -name \*.rkt | xargs wc" in my git checkout (that has the standard distribution installed), I get 121200 lines. When I run just the "find . -name \*.rkt" part and then sum up the numbers with a little racket script, I get 2289056.
Robby On Fri, Dec 11, 2015 at 7:36 AM, Brian Adkins <[email protected]> wrote: > On Friday, December 11, 2015 at 8:17:39 AM UTC-5, Robby Findler wrote: >> Well, the current "racket" repo is only a small part of what we >> distribute. You might try that same thing on the standard >> distribution. >> >> Robby > > Interesting. When I download the "Unix Source" from racket-lang.org, I get: > > .c = 308,651 > .h = 54,424 > .rkt = 43,544 > .scm = 9,340 > > So 363,075 (87%) C and 52,884 (13%) Racket. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/3d15377e-cd9f-4ad9-9881-68f117417611%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAL3TdOMN7-MienfdUsY_U9wzQzD%2B6uQZJy%2BZC6CxFXUzW-N4QA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
