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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b14a804025dceb20 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-10-30 14:08:23 PST From: dale Newsgroups: comp.lang.ada Subject: Re: Constructors/Destructors in Ada95 Organization: rmit References: <39EE160D.F0A2000@bigfoot.com> <39EF5431.BF4CD793@bigfoot.com> <39F0A6C7.E592AFFB@averstar.com> <39F4AE95.4DB04145@bigfoot.com> <39F9C5E5.29FE98CF@bigfoot.com> User-Agent: MT-NewsWatcher/3.0 (PPC) Date: Tue, 31 Oct 2000 09:03:24 +1100 Message-ID: NNTP-Posting-Host: dale.cs.rmit.edu.au X-Trace: 31 Oct 2000 09:05:24 +1100, dale.cs.rmit.edu.au Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!logbridge.uoregon.edu!newsfeeds.nerdc.ufl.edu!skywalker.ou.edu!news1.optus.net.au!optus!newshub1.rdc1.nsw.optushome.com.au!harbinger.cc.monash.edu.au!towncrier.cc.monash.edu.au!vrn.edu.au!mercury.its.rmit.edu.au!dale Xref: supernews.google.com comp.lang.ada:1645 Date: 2000-10-31T09:03:24+11:00 List-Id: Robert A Duff wrote: > You can use "(<>)" as the discriminant part to prevent default > initialization. Then initialize the thing with a function call. > (But as you or somebody pointed out, this unfortunately does not > work for limited types.) I think it also looks very ugly, and is certainly non intuitive. For a language that is based on the maxim of "maximum readability" i think it fails badly here. Dale