This document summarizes experiences using Scala in the enterprise. Key points that have worked well include improved productivity from Scala's concise code, interoperability with Java libraries, type inference, and functional programming features like collections, lambdas, traits, and actors. Some complaints are around tooling support in Eclipse and IDEA, lack of serialization for collections, and inability to write classfile annotations in Scala. Areas being explored further include options for failure handling, Scala DSL frameworks, and functional programming libraries.