June 2010
1 post
2 tags
Formatting Console Output in Scala
So it’s midnight and I’m programming Scala (heh).  I’m actually starting to be able to write little scripts in Scala.  Here’s a quick one that I put together, inspired by Chapter 3 of “Programming Scala” which reads a source code file and formats the file to the screen with line numbers. I tried to be as functional as possible.  The...
Jun 5th