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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.122.101 with SMTP id lr5mr1099791pab.19.1402490539198; Wed, 11 Jun 2014 05:42:19 -0700 (PDT) X-Received: by 10.50.66.129 with SMTP id f1mr633205igt.13.1402490539084; Wed, 11 Jun 2014 05:42:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!h3no1029569igd.0!news-out.google.com!qf4ni19599igc.0!nntp.google.com!a13no1186337igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 11 Jun 2014 05:42:18 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.145.50.10; posting-account=3_reEwoAAAC163IAIrx427KYmwahFuh9 NNTP-Posting-Host: 83.145.50.10 References: <1402308235.2520.153.camel@pascal.home.net> <85ioo9yukk.fsf@stephe-leake.org> <255b51cd-b23f-4413-805a-9fea3c70d8b2@googlegroups.com> <5ebe316d-cd84-40fb-a983-9f953f205fef@googlegroups.com> <18jneq8stp0h.95zrzy7hafft$.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: a new language, designed for safety ! From: =?ISO-8859-1?Q?bj=F6rn_lundin?= Injection-Date: Wed, 11 Jun 2014 12:42:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:20233 Date: 2014-06-11T05:42:18-07:00 List-Id: Den onsdagen den 11:e juni 2014 kl. 14:34:44 UTC+2 skrev Dmitry A. Kazakov: > > There are a large number of reasons to want to issue HTTP/HTTPS request= s > > directly from within a program and to receive the results directly back > > into that same program. >=20 > Maybe, but if not implementing a browser, why sending a pair of strings a= nd > reading few strings back deserves a library? When you communicate with a web-service that uses JSON over https, it is nice not to have to write everything from scratch. Actually, by using AWS.Client and Gnatcoll.JSON, my pet project became a reality. Without those libraries/frameworks, I'd still be struggling with python, and falling into every trap imaginable of a dynamic language. /Bj=F6rn