Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!rex!rouge!gator.cacs.usl.edu From: pcb@gator.cacs.usl.edu (Peter C. Bahrs) Newsgroups: comp.lang.c Subject: RE: C Strongly Typed Message-ID: <4985@rouge.usl.edu> Date: 8 Mar 90 06:09:10 GMT Sender: anon@rouge.usl.edu Distribution: usa Organization: The Center for Advanced Computer Studies, USL Lines: 16 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@gator.cacs.usl.edu | | 2 Rex Street | | University of Southwestern Louisiana ...!uunet!dalsqnt!gator!pcb | | Lafayette, LA 70504 | +-----------------------------------------------------------------------*/