Y
Hacker News
new
|
ask
|
show
|
jobs
by
elfly
86 days ago
You are not telling the whole story.
You can mix indentation and braces to delimit blocks.
It's insane.
3 comments
macintux
86 days ago
As a casual observer who has written perhaps a dozen lines of Scala in his life, I feel like Scala approaches any “pick one” decision with “why not both?”.
Functional or OO? Yes.
link
Blikkentrekker
86 days ago
I like how Haskell does it. One can do both but not mix, as in either indent or use `{ ... }`.
link
vips7L
85 days ago
I personally think this put the final nail in the coffin.
link
Functional or OO? Yes.