A lot of sample Scala code contains Strings and Collections named "xs". Why xs?
Examples:
var xs = List(1,2,3) val xs = "abc"
Basically it's a naming convention that originated in LISP. The rationale behind it is that: