Skip navigation.
A website about my software development projects.

Reply to comment

ScCount 0.1

I've written a small utility (in Scala) that can count the lines of code of a Scala project. It's not perfect, but it's intelligent enough (in most cases) to distinguish code lines from comment lines.

Download: ScCount-0.1.zip
Instructions: Give it some (or none, it defaults to ".") files or directories. Directories will be searched recursively, all Scala source files will be counted.

The distribution package is a bit rough. I haven't included the Scala library jar-file, because it seemed somewhat silly to ship some megabytes worth of library with such a tiny script.
I figure if you want this, you know how to start a Scala application from a jar anyway.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options