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,743cbb1eadac54f3 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: question on exceptions Date: 1996/11/09 Message-ID: #1/1 X-Deja-AN: 195590589 references: organization: New York University newsgroups: comp.lang.ada Date: 1996-11-09T00:00:00+00:00 List-Id: Bob Duff says "Think about implementation difficulty. One reason people advocated a "plain old function" was to make it easy to implement. But if that function has special rules, then the compiler has to special-case it anyway, so it's probably even *harder* to implement it." Absolutely! Implementing the DEC package Current_Exception which is, on the face of it, a collection of "plain old fujnctions", is a major pain, and the front end of the compiler has to know all sorts of special things about the functions in this package.