Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!hsdndev!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.lang.misc Subject: Re: Dynamic typing (part 31,497) Message-ID: <26043:Apr1909:08:0291@kramden.acf.nyu.edu> Date: 19 Apr 91 09:08:02 GMT References: <2024@optima.cs.arizona.edu> <3086@opal.cs.tu-berlin.de> Organization: IR Lines: 10 In article olson@juliet.ll.mit.edu ( Steve Olson) writes: > char *rv; > rv = mmap( ..... ); > if ( rv == (char *)-1) { > Hmm, rv is either a pointer or a flag value ... and you tell 'em apart at > run time ... dynamic typing! Exception handling is hardly dynamic typing. ---Dan