4 comments

[ 1.5 ms ] story [ 18.6 ms ] thread
He's all over the place, bringing up points, and immediately thinking of something new and different to say before finishing his original thought--I do that too, but it's almost painful to watch.
I just read the full transcript, and yeah, it was all over the place.
I actually thought he was pretty well spoken and had a good perspective on what scala's strengths are.
He's factually incorrect to say that Java is deficient as an OO language because it doesn't do mixins or multiple inheritance. Smalltalk is the archetypal OO language and it has the same Single Inheritance + interfaces mechanism that Java uses. Also, the specific case he mentions can be solved by using an Abstract class (or an Abstract class implementing an Interface, if one prefers)