This document discusses Scala in the wild, focusing on its use at Novell in building Pulse, a next-gen communications platform. It highlights some of the challenges of using Scala in an enterprise setting, including the need for actor recovery mechanisms and better Java interoperability. It also notes tendencies of Java developers new to Scala to write Java-style code in Scala and fail to leverage advanced Scala features. The document proposes adopting conventions to help Scala developers write more idiomatic and effective Scala code.