On Sun, Nov 12, 2006 at 02:06:15AM -0800, Stewart Stremler wrote: > I'm getting to where I don't even like the implicit conversions of > types; but then, this is working with other's code, rather than my own. > When I'm working with my own code, of course I don't want types... it's > *perfectly* clear what I'm trying to do, innit?
You may know this already but let me state it anyway for the benefit of our live studio audience.... The strong vs. weak typing issue is a different issue than compile vs runtime typing. You actually have 4 combinations to choose from... weak typing + compile time typing ==> C strong typing + compile time typing ==> Java weak typing + run time typing ==> Perl strong typing + run time typing ==> Python Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
