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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,842accb6a7d76669 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-13 12:36:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hub1.nntpserver.com!news-out.spamkiller.net!propagator-la!news-in-la.newsfeeds.com!news-in.superfeed.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <9s941i$11mrei$3@ID-25716.news.dfncis.de> <9s9nkr$11se3h$1@ID-25716.news.dfncis.de> <3BEC9BB8.6010708@telepath.com> <3BEC9F87.DBED743D@san.rr.com> <3BF1567C.89167E12@san.rr.com> Subject: Re: List container strawman 1.1 Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Tue, 13 Nov 2001 15:36:40 EST Organization: http://www.newsranger.com Date: Tue, 13 Nov 2001 20:36:40 GMT Xref: archiver1.google.com comp.lang.ada:16443 Date: 2001-11-13T20:36:40+00:00 List-Id: In article <3BF1567C.89167E12@san.rr.com>, Darren New says... (talking about "Singleton") >I suspect it's more commonly heard by folks who have been programming >much longer than they've been out of high-school. :-) Mmmm....(takes off shoes to facilitate the counting)... I think I'd qualify, but I had never heard "Singleton" used that way until this thread. >A "singleton list" can never be expanded in math, since math is >"functional" so to speak. That Ada isn't functional rules this out. Ada *can* be used functionally, and the current strawman certianly provides for that. I believe someone even tried to make that point earlier. It just isn't exclusively functional. >Is it possible to do the Singleton pattern in Ada? I guess a limited If I created a package with only routines ("methods"), and a single global object declared in the body that they all operate on, wouldn't that qualify? >But certainly, if it causes confusion, a better name should be chosen. I'd be more apt to blame the confusion on poor choice of naming by the OO people, and move on. But then I'm not the one confused, either. :-) I suppose we could just create a null list and make everyone "&" to that, just to stop the bickering. :-) --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.