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, WEIRD_QUOTING autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,90514f9a192a4997 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-05 19:41:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: Expectation of Access Value Equality X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: <3Pb6b.370697$Ho3.55599@sccrnsc03> NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc03 1062816063 12.211.13.75 (Sat, 06 Sep 2003 02:41:03 GMT) NNTP-Posting-Date: Sat, 06 Sep 2003 02:41:03 GMT Organization: Comcast Online Date: Sat, 06 Sep 2003 02:41:03 GMT Xref: archiver1.google.com comp.lang.ada:42201 Date: 2003-09-06T02:41:03+00:00 List-Id: "Nick Roberts" wrote in message news:bja3fi$glkjh$1@ID-25716.news.uni-berlin.de... [snip] > (a) Would you be surprised by: > > Print( (+"foo",+"bar",+"",+"") ); > > printing three lines? No. > (b) Would you be surprised by: > > Print( (+"foo",+"bar",+"hum",+"foo") ); > > printing one line? No. > (c) What would you think of an implementation that caused this behaviour? > (What would you think of an implementation that printed four lines in both > cases?) I would think that an implementation taking advantage of common strings might have produce a smaller footprint by default. This example gives me more of an opinion of the quality of the source code (ambiguous) than the quality of the compiler. It looks more like the "C" way of doing things than the Ada way. > (d) I'd be grateful for a very brief indication of your level and broad > area(s) of programming experience, in Ada and other languages. Programmed various systems used in industrial automation. Some hard, some soft real-time. Languages: Ada 95, Pascal (EPascal, Turbo Pascal, Delphi), C, FORTH HP-1000 Assembly, C++, FORTRAN Prefer: Ada 95 Operating Systems: PDOS, VersaDOS, VaxELN, VxWorks, Windows NT (BTW: I only listed systems I have actually USED, I have tinkered with Modula2, Linux, RTEMS ). Steve (The Duck) > I would be very grateful for as many people replying as possible, preferably > in this news group, but privately if you prefer. Thanks. > > -- > Nick Roberts > E-mail: nickroberts@blueyonder.co.uk > Jabber: debater@charente.de [ICQ: 159718630] > > >