Yes, that was the point (well, that and the point that something goes wrong with xargs).
Brian: Sam and I don't agree on the facts. What I'm saying is "Racket's main distribution consistss of a lot of Racket-implemented goodies that, in many languages, would count as part of the compiler (and much more beyond)." And the rest is about lies, damn lies, and statistics. :) Robby On Fri, Dec 11, 2015 at 7:51 AM, Sam Tobin-Hochstadt <[email protected]> wrote: > I think you're counting all the package checkouts under extra-pkgs, and > possibly other package installs as well. 45k sounds like what I remember for > just the main collects directory. > > Sam > > > On Fri, Dec 11, 2015, 8:48 AM Robby Findler <[email protected]> > wrote: >> >> 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 Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> 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/CAL3TdOP_%3DXgbRjhfODHqWsG6Wwa02Y34nqf%3D_xiaDPyEtHOxuw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
