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 2002:a02:83ce:: with SMTP id j14mr39225027jah.61.1558133977649; Fri, 17 May 2019 15:59:37 -0700 (PDT) X-Received: by 2002:a9d:5a86:: with SMTP id w6mr7343777oth.82.1558133977557; Fri, 17 May 2019 15:59:37 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!i64no225703iti.0!news-out.google.com!l135ni163itc.0!nntp.google.com!u76no224130ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 May 2019 15:59:37 -0700 (PDT) In-Reply-To: <5ab456da-3189-4697-8561-302e6629e902@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.29; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.29 References: <3647d776-3024-4b74-9e7e-0798e9b55079@googlegroups.com> <13c2b751-4e0e-4fc7-8a4c-010c86693284@googlegroups.com> <1d5c06d7-c408-4764-825c-3933070d4b3b@googlegroups.com> <5ab456da-3189-4697-8561-302e6629e902@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8ac642b3-77cc-403a-aec5-5de8c5e4a8ca@googlegroups.com> Subject: Re: can ada do this? From: Shark8 Injection-Date: Fri, 17 May 2019 22:59:37 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56320 Date: 2019-05-17T15:59:37-07:00 List-Id: On Thursday, May 16, 2019 at 7:57:53 PM UTC-6, Rabican wrote: > I am wondering can you build a database to run everything using ada? Yes; there was even a Graph-based DB called Mneson (or similar) that was all-Ada some years ago, I think I have a copy archived. > something better than postgresql or scylladb? Well, you see "better" is hard to answer here, precisely because there's a LOT of different properties to consider: ease of interface, ease of use, various speed quantifications, recovery, journalling, and so on. > 1 can you talk to scylla from ada? Probably. Ada is *VERY* good at interfacing, but a lot depends on Scylla and its architecture -- if, for example, they provide no API nor external interfacing then it would be very, very hard (if at all possible)... regardless of the language. > 2 could u replace scyla with somethign better coded in ada? Probably; but, again, you need to define what "better" *IS*.