C Strongly Typed
Peter C. Bahrs
pcb at gator.cacs.usl.edu
Thu Mar 8 16:09:10 AEST 1990
It is my understanding that the most important reasons that C AND Pascal
are not strongly typed is due to unions and variant records.
Assigning a character to an integer in C does not constitute a weakly typed
language. Strongly typed languages want to be able to tell what a thing is,
not what its value is.
/*----------- Thanks in advance... --------------------------------------+
| Peter C. Bahrs |
| The USL-NASA Project |
| Center For Advanced Computer Studies INET: pcb at gator.cacs.usl.edu |
| 2 Rex Street |
| University of Southwestern Louisiana ...!uunet!dalsqnt!gator!pcb |
| Lafayette, LA 70504 |
+-----------------------------------------------------------------------*/
More information about the Comp.lang.c
mailing list