Scala glossary
Term | Meaning | Source |
---|---|---|
deconstruction | the extraction of data from a pattern-matched object | PS, p 27 |
repeated parameters | Â | PS, p 17 |
sealed hierarchy | Â | PS, p 26 |
significant indentation | indentation that replaces braces syntax and such, as with Python and Haskell | PS, p 31 |
tasty file | an intermediate representation used by the Scala compiler | PS, p 19 |
Â