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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f51e93dacd9c7fca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 17:07:57 PST From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: status of Ada STL? Date: Wed, 19 Jun 2002 02:07:49 +0200 Organization: JeLlyFish software References: <3D0D18D5.2020601@telepath.com> <4519e058.0206170611.260a3951@posting.google.com> <3d0fb5e9$1_3@news.bluewin.ch> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 213.3.191.92 Message-ID: <3d0fcb59_1@news.bluewin.ch> X-Trace: news.bluewin.ch 1024445273 213.3.191.92 (19 Jun 2002 02:07:53 +0200) X-Complaints-To: abuse@bluewin.ch Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator-sterling!news-in.nuthinbutnews.com!newsfeed-zh.ip-plus.net!news.ip-plus.net!news.bluewin.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:26323 Date: 2002-06-19T02:07:49+02:00 List-Id: Vinzent Hoefler wrote: a lot of stupid stuff late at night... :-) >What about polish notation? > >|(my_very_descriptive_variable, 1) + > >Still looks more logical to me. It would be easy to make it read > >|Add (my_very_descriptive_variable, 1); > >in Ada then. :-) And BTW: shouldn't > >|"+"(my_very_descriptive_variable, 1) > >work already? Well, still it wouldn't assign any value to something. Looks like I really need a vacation. I'm back on Monday. Vinzent.