nuprl / gradual-typing-performance

10 stars 5 forks source link

Figure 1: LOC questions #50

Closed bennn closed 9 years ago

bennn commented 9 years ago
  1. What did we use to generate line counts? Can I re-run using the sloccount utility? (sloccount ignores comments and whitespace.)
  2. What counts as "other" code? Should this number include library code like MBTA's graph and the zo-traversal's compiler/zo-lib?
takikawa commented 9 years ago

1) I used the script in the tools directory. I think the numbers are taken from that script as-is.

2) it only counts code in base and both. It does not count external library code.

bennn commented 9 years ago

2) That's good, and I learned the script doesn't go recursive so it avoids counting the libraries stored for mbta, gregor, and quad.