From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:c702:: with SMTP id w2mr27565761qvi.248.1595955603447; Tue, 28 Jul 2020 10:00:03 -0700 (PDT) X-Received: by 2002:aed:208b:: with SMTP id 11mr16434901qtb.234.1595955603059; Tue, 28 Jul 2020 10:00:03 -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!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Jul 2020 10:00:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=89.157.139.225; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 89.157.139.225 References: <27b1bda0-bf22-4bd1-a5f9-2085c8ff2014n@googlegroups.com> <5f20233c$0$24260$426a74cc@news.free.fr> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: is there a version of unix written in Ada From: Fabien Chouteau Injection-Date: Tue, 28 Jul 2020 17:00:03 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59575 List-Id: On Tuesday, July 28, 2020 at 6:48:49 PM UTC+2, Simon Wright wrote: > A higher-level facility can translate your code using (some?) Ada > tasking constructs into equivalent code calling the M2OS API. The do the translation of the code with Libadalang. This is an interesting approach.