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 implem
silly company PR languages (Score:1)
problems to solve. (well, okay, ocaml does have some degree of silly
academicness to it . . .
Java and C# are silly corporate-PR-hyped things.
For what application would either Java or C# be better than one of {perl, ocaml,
C}?
perl: super-compact notation (perl -pe is the super-sed)
ocaml: speed, correctness, quite compact notation
C: total control, no surprises from the compiler
Multiple Inheritance (Score:1)
That will (and I think rightly so) not be in the Java language anytime soon.
I think the improvements are a little of both Sun listening and C# competition.
Perl is great and I use it. Try writing a really huge application in it and still maintain your sanity. : )
Re:Multiple Inheritance (Score:1)
Try writing a huge application in any language and still maintain your sanity!
Re:Multiple Inheritance (Score:1)
One of the important factors, of course, being that the program expressed as
perl code would be much less huge.