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-Thread: a07f3367d7,cd3701d5ec722b08 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!m11g2000vbl.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Lambda expressions? LINQ? Date: Thu, 17 Sep 2009 22:23:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9b330aae-2c83-4d1c-995b-192425cd1c52@m11g2000vbl.googlegroups.com> References: NNTP-Posting-Host: 82.30.110.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1253251381 2951 127.0.0.1 (18 Sep 2009 05:23:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Sep 2009 05:23:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m11g2000vbl.googlegroups.com; posting-host=82.30.110.254; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8378 Date: 2009-09-17T22:23:01-07:00 List-Id: On Sep 18, 2:59=A0am, "Steve D" wrote: > "Jeffrey R. Carter" wrote in messagenews= :h8qf72$jv2$2@news.tornevall.net... > > > Steve D wrote: > > >> Using LINQ and the .NET framework I was able to query an XML document = for > >> all elements with a given element name, select an attribute with a > >> specific name, split the content of the attribute (a comma separated l= ist > >> of strings) into it's individual strings and return an array of unique > >> elements... in one line of source code. ... Wow! > > > Sounds like a write-only language to me. > > Oh, so you are familiar with LINQ and find that you cannot make queries t= hat > are readable? > My experience is not the same. It would certainly be interesting to see this one-liner (or even an approximation to it!).