On Wed, Nov 23, 2011 at 8:54 PM, Cédric Beust ♔ <ced...@beust.com> wrote:
> Right, but you can achieve the same result without needing implicits. I'll
> just show how Fantom does it but I'm sure the same applies to
> Gosu/Ceylon/Kotlin:

I could be wrong, but I think an underlying point Kevin was making was
that there is no compiler support outside of implicits for the
collections in scala.  That is, if you had a use case that was similar
to this in code you were writing, you too could take advantage of it.
Since Fantom doesn't even let you write generic classes, I'm guessing
they special case their collections in the compiler.

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to