|
|
|
|
|
by kazinator
3233 days ago
|
|
The "weak" terminology has a flaw because it sometimes means "leaves type errors undetected, with undefined behavior" and sometimes it refers to a situation whereby a character string like "3.14" can be treated as a number and such. Awk and Perl are not weakly typed in the same sense that C is weakly typed. |
|
Though Lisp was listed in the grandparent posting as "strongly typed", it also has something similar to C's implicit conversions:
Unlike C, it won't go from floating to integer: Whereas if we had an function in C and called it as or even it would work.