In the first post of this seriesI showed how Scala 2.10’s new processed string syntax allow us to interpolate expression values into literal strings. We saw the s, raw and f interpolators that are provided by the Scala library. Now we will see how to write your own interpolators. The complete code for all examples in this series will be made available in the accompanying BitBucket project. Syntact