Skip to content

Instantly share code, notes, and snippets.

@timfel
Created October 16, 2011 08:47
Show Gist options
  • Save timfel/1290673 to your computer and use it in GitHub Desktop.
Save timfel/1290673 to your computer and use it in GitHub Desktop.
Rubinius (only vm (C++) and kernel (Ruby)):
✈ ✔ sloccount rubinius/kernel rubinius/vm rubinius/lib/rubinius rubinius/lib/compiler rubinius/lib/vm/*
*snip*
Totals grouped by language (dominant language first):
cpp: 171909 (76.57%)
ruby: 36854 (16.42%)
ansic: 7702 (3.43%)
perl: 7400 (3.30%)
python: 518 (0.23%)
sh: 120 (0.05%)
Maglev (only vm (C) kernel (Ruby) and Parser + Primitives (Smalltalk) code)
✈ ✔ sloccount gss64_3_0_x_branch/src \
maglev/src/kernel \
maglev/src/smalltalk
*snip*
Totals grouped by language (dominant language first):
ansic: 378689 (87.78%)
ruby: 22527 (5.22%)
smalltalk: 12090 (2.80%)
yacc: 5940 (1.37%)
tcl: 5163 (1.19%)
sh: 4345 (1.00%)
asm: 1528 (0.35%)
perl: 728 (0.16%)
awk: 262 (0.06%)
csh: 92 (0.02%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment