From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,99e2dadd49ce1936 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Exception Handling Date: 1996/09/15 Message-ID: <1996Sep15.093549.1@eisner>#1/1 X-Deja-AN: 180786462 x-nntp-posting-host: eisner.decus.org references: <96091317002428@psavax.pwfl.com> x-nntp-posting-user: KILGALLEN x-trace: 842794560/7776 organization: LJK Software newsgroups: comp.lang.ada Date: 1996-09-15T00:00:00+00:00 List-Id: In article <96091317002428@psavax.pwfl.com>, "Marin David Condic, 407.796.8997, M/S 731-93" writes: > If we mean "language triggered exceptions" (runtime checks > inserted by the language translator and unseen by the programmer > which may or may not include various hardware interrupts or > exceptions which transfer control to a programmer specified chunk > of code) then I *think* that Ada83 pretty much invented it. I am > reasonably fluent in Fortran, Cobol, Pascal, C, and Ada and I have > a passing knowlege of a number of more obscure languages like > Lisp, Snobol, RPG, etc., and Ada was the first language I've ever > encountered which included something in its syntax which meets > this definition. DEC Pascal triggers exceptions when constraints are violated, and catching them is done in a vendor-specific manner. I would assume the discussion is not limited to standard-based implementations, because then we would not be talking about who originate the concept but rather whose committee was quickest to adopt research. V1 of DEC Pascal, however, was from a different codebase than the V5.? currently shipping.i Larry Kilgallen