During it, Dick Wall briefly described how Scala is an “expression-based” language as opposed to a “statement-based” one (because everything in it is an expression) and that this was one of the main reasons why he liked it.
In short:
- if a language is expression-based, it means everything has a value (i.e. returns something),
- but if it is statement-based, some things need to rely on side-effects to work (e.g. in Java if/else doesn’t have a value, it returns
somethingnothing)
No comments:
Post a Comment