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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,508516c114ade8e1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.238.198 with SMTP id vm6mr1138185pbc.3.1328785718271; Thu, 09 Feb 2012 03:08:38 -0800 (PST) Path: wr5ni4619pbc.0!nntp.google.com!news2.google.com!postnews.google.com!b18g2000vbz.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: ada without ada libraries? Date: Thu, 9 Feb 2012 03:08:37 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <82mx8tttx7.fsf@stephe-leake.org> <120f2efrm73fc$.mi1m9kwbbkes$.dlg@40tude.net> <1o71uiwmoiunb.bkjz8c54rcbl.dlg@40tude.net> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 X-Trace: posting.google.com 1328785717 5596 127.0.0.1 (9 Feb 2012 11:08:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 9 Feb 2012 11:08:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b18g2000vbz.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARLSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-02-09T03:08:37-08:00 List-Id: Interesting debate: theoretically, I would support fully Yannick. But when looking at my practice the strange fact is that the only DSL I'm using is command-line interpreter scripts. I can do everything else straight in Ada, even: 1) on-purpose data conversions, sorting, aggregation (in one case, replacing a R script; the Ada version ran hundred times faster and solved a data modelling bottleneck for several people) 2) 3D models (instead of VRML or MAXScript) 3) random language generators (Ada is used there in a purely functional way) 4) recompression of Zip archives by calling different Zippers and taking the best compression ratio In cases 2) and 4) I can definitely do a lot more than using a corresponding DSL _________________________ Gautier's Ada programming http://sf.net/users/gdemont