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.
Advocacy useless ? (Score:2, Insightful)
I can't count the number of time I heard some co-workers or (now ex
I tried to go into systematic advocacy
- JAVA is a REAL language, Perl is a "Script" language.
- JAVA is a safer language thanks to type checking.
- JAVA has a clean Object implementation.
...
But on the whole it was often just useless...Define what is a script language ?
And prepare to have a lot of fun if they venture to the path : JAVA is compiled,
JAVA use a system independant virtual machine (Replies=>same as opcode,more platforms available)
Exists also in Perl via several modules, what about the taint mode, the Safe module ?
Perl has a very efficient one !
Almost everything can be dynamic !
What really convince people is when you produce a robust application ten times faster than it was planned with JAVA,
what convince people is this "community feeling" that you find among Perl lovers...
Don't try to tell them that Perl is better, show them Perl is at least as good
(and I know you manage to do it well davorg...)
Reply to This