Earlier quoted context omitted.
Obligatory comparison: https://leverich.github.io/swiftislikescala/
The comparison should be updated to Swift 3. Swift syntax is more intuitive and readable than Scala. A common mistake in language design is to depart from C syntax, without substantial gain. For example, replacing {}, &&, || with other things. Swift strikes a great balance between intuition and innovation.
Example?