Search code examples
scalascala-compiler

What is "Scala Presentation Compiler"?


What is the "Scala Presentation Compiler"?


Solution

  • The Scala Presentation Compiler is provided as part of Scala so that IDEs can have access to the intermediate information that doesn't make it into the final compiled output.

    A quick googling gives this. Odersky also discussed it in this (very interesting) talk about what's coming in Scala 2.10 (at about 22 minutes in).