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,bc243f3bb85ffa4f X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Exceptions: Are they GOTOs? Date: 1996/07/14 Message-ID: #1/1 X-Deja-AN: 169150604 references: <4s4tgs$po6@masala.cc.uh.edu> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-14T00:00:00+00:00 List-Id: Spasmo said "Well, exceptions IMO do seem to be a bit unstructured in that control is immediately transferred to another block and everything is surpassed so that the possible paths of execution may not be obvious, however I think this is a very small price to pay for such a beautiful way of handling errors." This is an odd definition of structure, but if this is your definition of structured, then I think your assumption that anything that is not structured is bad is wrong. I know you go on to say that exceptions are useful, but you should not accept even for a moment the orhodoxy that such transfers of control are somehow unstructured and therefore inherently bad! I assume you have read Knuth's paper :-)