implicit.ly

Scala software, hot off the presses

« Back to blog

Grizzled Scala 0.5.1

  • Updated to posterous-sbt plugin version 0.1.5.
  • Removed CHANGELOG, because it can now be generated by posterous-sbt.
  • Added grizzled.generator, which can be used to create Python-style generators. (It borrows shamelessly from Rich Dougherty's Stack Overflow post.)
  • Added listRecursively() generator function to grizzled.file.GrizzledFile. Via implicits, GrizzledFile can be used to extend java.io.File.
  • The grizzled.readline.Readline trait now contains a cleanup method, and the grizzled.cmd.CommandInterpreter class now calls it on exit. This change ensures that the terminal isn't left in a weird state.

The Grizzled Scala Library contains a variety of miscellaneous utility classes and objects. Basically, whenever I find myself writing something that's general-purpose, I put it in here, so I can easily use it in multiple projects.