I've just been introduced to traits ("traits" in Smalltalk, "roles" in Perl). I'd like to experiment with them quickly, in a language I'm familiar with. Are there any libraries or extensions in Java that support traits?
I've heard that AspectJ and Qi4J both support mixins, but I've also read that mixins are different from traits. So can I also use one of those libraries for traits?
Or how about Scala, that's fully backward compatible with Java, right? Does that support traits?
Any other suggestions?