digitalmars.D - Scala containers
- Andrei Alexandrescu (5/5) Dec 20 2010 Scala uses an inheritance-rich design for its containers that I'd
- Kagamin (2/3) Dec 21 2010 Runtime polymorphism?
Scala uses an inheritance-rich design for its containers that I'd considered for D (in a slightly different form as D doesn't have traits) and rejected. Still, I wonder how that design compares to D's choice. http://blog.schauderhaft.de/2010/12/19/the-scala-collection-api-sucks-or-is-it-a-work-of-beauty/ Andrei
Dec 20 2010
Andrei Alexandrescu Wrote:Still, I wonder how that design compares to D's choice.Runtime polymorphism?
Dec 21 2010