Y
Hacker News
new
|
ask
|
show
|
jobs
by
madiathomas
2378 days ago
I haven't used Scala before. What is their reasoning for that?
1 comments
melolife
2378 days ago
In Scala everything is an expression so you just use an if statement:
val foo = if(x) y else z
link
madiathomas
2378 days ago
Thanks. It makes sense because it doesn't have statement. Ternary operator wasn't going to be possible.
link