Content deleted Content added
WillColeda (talk | contribs) →Specification: remove old links, update language regarding out of date docs. |
m →A type system: no need to cite the obvious |
||
Line 51:
Proponents of [[Type system|static typing]] claim that it is beneficial to compiler optimization, reducing programming errors and increasing maintainability, especially in large software projects.
On the other hand, [[Type system|dynamic typing]] reduces input source code size,
Perl 6 offers a hybrid typing system whereby the programmer may choose to use Static Typing, Dynamic Typing or mix the two.
|