in reply to Perl as a Strong-Type and Dynanmic Programming Language
You don't need to have to specify the type for the language to be strong typed. Ask Google about "type inference". There are languages that do not expect you to declare the types (most of the time), because they can infer the type and test the consistency of a variable's/function's use. Actually for the most simple cases you no longer have to specify the type even in C# or VB.Net.
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl as a Strong-Type and Dynanmic Programming Language
by nikosv (Deacon) on Aug 31, 2010 at 05:48 UTC |