Skip to content

Commit

Permalink
Merge pull request #209 from AlDanial/master
Browse files Browse the repository at this point in the history
SLOCCount came before cloc
  • Loading branch information
boyter authored Dec 14, 2020
2 parents 1806f65 + 2fb82ae commit 431af8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ For performance see the [Performance](https://github.com/boyter/scc#performance)

Other similar projects,

- [cloc](https://github.com/AlDanial/cloc) the original sloc counter
- [SLOCCount](https://www.dwheeler.com/sloccount/) the original sloc counter
- [cloc](https://github.com/AlDanial/cloc), inspired by SLOCCount; implemented in Perl for portability
- [gocloc](https://github.com/hhatto/gocloc) a sloc counter in Go inspired by tokei
- [loc](https://github.com/cgag/loc) rust implementation similar to tokei but often faster
- [loccount](https://gitlab.com/esr/loccount) Go implementation written and maintained by ESR
- [ployglot](https://github.com/vmchale/polyglot) ATS sloc counter
- [sloccount](https://www.dwheeler.com/sloccount/) written as a faster cloc
- [tokei](https://github.com/XAMPPRocky/tokei) fast, accurate and written in rust

Interesting reading about other code counting projects tokei, loc, polyglot and loccount
Expand Down

0 comments on commit 431af8a

Please sign in to comment.