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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:224a:: with SMTP id i71-v6mr2968925ioi.8.1528471155394; Fri, 08 Jun 2018 08:19:15 -0700 (PDT) X-Received: by 2002:a9d:51ca:: with SMTP id d10-v6mr270499oth.13.1528471155246; Fri, 08 Jun 2018 08:19:15 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u78-v6no163881itb.0!news-out.google.com!z3-v6ni839iti.0!nntp.google.com!v8-v6no872041itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 8 Jun 2018 08:19:14 -0700 (PDT) In-Reply-To: <9524b3ee-476f-4af6-ab83-b15a6c2a417c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=35.230.140.4; posting-account=M7mWIgoAAACGA_Fxpu1-vAqIUttmwREB NNTP-Posting-Host: 35.230.140.4 References: <9524b3ee-476f-4af6-ab83-b15a6c2a417c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNATCOLL JSON Parsing From: eduardsapotski@gmail.com Injection-Date: Fri, 08 Jun 2018 15:19:15 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52992 Date: 2018-06-08T08:19:14-07:00 List-Id: Thanks. I saw that. Libraries are not the problem. The problem is that the = authors do not provide practical examples of using libraries. It is difficu= lt for a beginner to understand what to do. bj=C3=B6rn lundin showed an example and everything became clear. I've been figuring out how to work with PostgreSQL for a week.=20 Unfortunately in addition to this document, virtually no information: https= ://docs.adacore.com/gnatcoll-docs/sql.html There are no elementary examples of how to do simple CRUD-operations! There is no example of how to call a function and get the return value!=20 Maybe for Ada-programmers it's obvious.But after working with C#/Java, it's= kind of unusual. Ada language is good! But it is very difficult to approach it.