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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a0c:874b:: with SMTP id 11mr27067800qvi.141.1561055388396; Thu, 20 Jun 2019 11:29:48 -0700 (PDT) X-Received: by 2002:aca:d550:: with SMTP id m77mr180443oig.155.1561055388066; Thu, 20 Jun 2019 11:29:48 -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.160.216.MISMATCH!m24no6760620qtm.0!news-out.google.com!4ni6qtw.1!nntp.google.com!m24no6760610qtm.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 20 Jun 2019 11:29:47 -0700 (PDT) In-Reply-To: <5018b9fc-c4a2-4335-8d83-f231866b3035@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=47.185.234.171; posting-account=zwxLlwoAAAChLBU7oraRzNDnqQYkYbpo NNTP-Posting-Host: 47.185.234.171 References: <5018b9fc-c4a2-4335-8d83-f231866b3035@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9a5a203f-82a8-416f-8d7c-e6333cc29393@googlegroups.com> Subject: Re: work-in-progress Augusta Ada compiler for LLVM written in Scala From: Optikos Injection-Date: Thu, 20 Jun 2019 18:29:48 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56695 Date: 2019-06-20T11:29:47-07:00 List-Id: On Wednesday, June 19, 2019 at 10:25:22 PM UTC-5, Optikos wrote: > Why doesn't this work-in-progress unfinished Ada compiler come up in conv= ersation here on c.l.a more often? It seems to be in a state of active dev= elopment with commits in recent months. >=20 > https://github.com/pchapin/augusta If Augusta proper (as opposed to the LGPLed SLEM library underneath Augusta= ) turns out to be licensed by a permissive license (or public domain), then= the Apache2.0-licensed Scala Native compiler might be a technique to deriv= e a nonGPL/nonRuntimeLibraryException open-source (or even closed-source) c= ompetitor to GNAT that targets LLVM (and hence usable on iOS Apple devices = and likewise hence participate in Microsoft's ever-increasing embrace of Cl= ang). One could either: 1) compile Augusta via the Scala Native compiler to avoid being restricted = to the pugnacious JVM bytecode, or 2) (via the Apache2.0 license on Scala Native, write a tree transducer-base= d generator of Ada source code equivalent from the Scala source code, as th= e multistage programming model (i.e., code generator of code generator of c= ode generator) that curiously recurs in most compilers (including GNAT's GI= MPLE tree-transducer). https://github.com/scala-native/scala-native/blob/master/LICENSE.md Perhaps this means that we should help Peter Chapin out some as co-contribu= tors (beyond what effort he receives from his CS students, which seems focu= sed on some of the test-suite source code for Augusta).