Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!gatech!purdue!haven!ni.umd.edu!uc780.umd.edu!cs450a03 From: cs450a03@uc780.umd.edu Newsgroups: comp.lang.misc Subject: RE: Dynamic typing (part 31,497) Message-ID: <19APR91.07354274@uc780.umd.edu> Date: 19 Apr 91 07:35:42 GMT References: <2024@optima.cs.arizona.edu> <3086@opal.cs.tu-berlin.de> <26043:Apr1909:08:0291@kramden.acf.nyu.edu> Sender: usenet@ni.umd.edu (USENET News System) Organization: The University of Maryland University College Lines: 15 Dan Bernstein writes: >Exception handling is hardly dynamic typing. You mean because it doesn't require type tags? Or maybe because it has hardware support for some cases, on some machines? Maybe I'm not totally clear on the conceptual difference between checking for index-out-of-bounds on an array, and checking for arithmetic overflow on some arithmetic calculation? As near as I can figure, exception handling is a special case of dynamic typing. Raul Rockwell