Different programming languages have different approaches to language constructs, with some treating every construct as an expression and others distinguishing between expressions and statements. The choice of making constructs either expressions or statements can impact code complexity and readability. Making all constructs expressions could simplify the language and make programs easier to write.

3m read timeFrom funcall.blogspot.com
Post cover image

Sort: