NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
absolutely a response (Score:2)
I think most of the innovation in Java is bubbling up from (surprise!) the opensource community. For instance, there are a number of projects that implement mixins -- I know this is an intentional side effect of the AOP framework Nanning [codehaus.org]. I feel pretty confident in saying that Java will never have multiple inheritence :-)
There's also quite a few projects to create light(er)weight languages using the JVM. Most recent is Groovy [codehaus.org], which seems to be deeply influenced by Ruby's syntax and usage. (Spoken as someone who has had only the briefest exposure to Ruby...)
Reply to This