On Dec 17, 2007 4:00 AM, hlovatt <[EMAIL PROTECTED]> wrote:
>
> Sure, Scala has Traits. But the twist I am interested in is the
> ability to modify the interface and not have to recompile the classes
> that implement them.
>
> Re. delegation. I already do this for multiple dispatch (https://
> pec.dev.java.net/nonav/compile/javadoc/pec/compile/multipledispatch/
> package-summary.html) but in that case I know the method signature in
> advance. You could extend delegation techniques to any method but I
> was hoping for something better.

Oh, I see. You want to be able to add new methods without
recompilation as well as just changing the method body. That does make
it harder, yes.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to