David Leppik
1 min readJan 22, 2019

--

I should also add that Scala has structural typing, though it’s not the default, but they are getting rid of it in 3.0. Except for a few weird edge cases, in Scala implicit conversions handle all the problems that structural types solve while providing more type safety.

--

--

No responses yet