I just wonder why there is no i++ to increase a number. As what I know, languages like Ruby or Python doesn\'t support it because they are dynamically typed. So
i++
Scala encourages using of FP style, which i++ certainly is not.