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-Thread: a07f3367d7,4d3e59455e947c5e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.82.2 with SMTP id e2mr1820963pay.40.1344320662403; Mon, 06 Aug 2012 23:24:22 -0700 (PDT) Path: g9ni2781116pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!ctu-gate!news.nctu.edu.tw!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Patrick Newsgroups: comp.lang.ada Subject: Re: Suitability of Ada as a general-purpose language Date: Mon, 30 Jul 2012 13:04:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <51d2c7fe-0081-496d-87fd-d12459652c8c@q2g2000vbv.googlegroups.com> <0e4fe8f5-70dc-4c61-af99-e1ca5d8c4f0e@googlegroups.com> NNTP-Posting-Host: 70.53.16.194 Mime-Version: 1.0 X-Trace: posting.google.com 1343678665 18752 127.0.0.1 (30 Jul 2012 20:04:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Jul 2012 20:04:25 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.194; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-30T13:04:24-07:00 List-Id: hmmm. The other list members will be able to provide better answers but some quick thoughts... I think the Ada curl binding might be out of date. It would however be very easy to write a few functions in C and then call them from Ada and utilize CURL this way. Perl like text processing will not be good. You could do the same for the PCRE C library as mentioned for CURl or if you want to write a real parser, Ada's rich data structures and good proformance would make this ideal. Don't know anything about email code.. HTH