Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 768 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 768 Bytes

Headline

An illustrative examination of 101repo

Motivation

Let us examine 101repo to determine how the LOC metric ("lines of code") compares for Java and Haskell. To this end, we determine LOC for all Java and Haskell files in the 101repo, and then we look at min, max, and median for LOC for both types of files.

Features

Usage

Place the directory for loc101demo next to 101repo; otherwise the Makefile needs adjustment.

Have a look at "Makefile" or perhaps just run "make".

See the numbers of files and LOC-related numbers as they are sent to stdout.

References

See the YouTube video for this effort.