Y
Hacker News
new
|
ask
|
show
|
jobs
by
markeibes
1222 days ago
How do you get over the lack of type inference in Scala?
1 comments
0x70dd
1222 days ago
Scala has type inference [1]
[1]
https://docs.scala-lang.org/tour/type-inference.html
link
markeibes
1222 days ago
Yeah it works whenever you yourself can infer the type without it already.
link
theCodeStig
1222 days ago
Scala's type inference is not very good, especially in comparison with Haskell
link
[1] https://docs.scala-lang.org/tour/type-inference.html