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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d8e3cd3d8dbaa4fb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.186.143 with SMTP id cs15mr1415776qab.3.1343317187376; Thu, 26 Jul 2012 08:39:47 -0700 (PDT) Received: by 10.66.72.73 with SMTP id b9mr1637801pav.9.1343314867076; Thu, 26 Jul 2012 08:01:07 -0700 (PDT) Path: a15ni113198934qag.0!nntp.google.com!q21no7493154qas.0!news-out.google.com!p10ni64932087pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!82.197.223.106.MISMATCH!feeder1.cambriumusenet.nl!feed.tweaknews.nl!94.232.116.11.MISMATCH!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.straub-nv.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Ada "library only" compiler ? Date: Tue, 24 Jul 2012 10:55:22 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <2879c45e-f8e0-4434-9f82-968c585a4539@googlegroups.com> <4ec072e1-853f-4210-82aa-9aab335ab0ba@googlegroups.com> <98bd035c-3da7-4c9b-b483-051399dc5b57@googlegroups.com> Mime-Version: 1.0 Injection-Date: Tue, 24 Jul 2012 10:55:22 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="0e44dd4a3c4e0a6e83a86f947fb780ae"; logging-data="28189"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+TsxaDw85Kw94x8Xn+Knzf8iAJ6DIRsmo=" User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Cancel-Lock: sha1:l4O3npHR/c+CoRBqgB+kt92HCog= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-07-24T10:55:22+00:00 List-Id: On Mon, 23 Jul 2012 11:10:44 +0100, Simon Wright wrote: > Brian Drummond writes: > >> On Sun, 22 Jul 2012 23:01:18 +0100, Simon Wright wrote: >> >>> Brian Drummond writes: >>>> Calling Ada from Lua ought to work, but I haven't tried it yet. >>> >>> The port at https://github.com/io7m/coreland-lua-ada seems not to have >>> been looked at for a while. >> >> Nevertheless, it looks like a much better starting point than my >> experiments. > > It does seem very complicated, though! The Ada part looks fine to me, on a quick inspection. But at least 75% of it seems to be shell scripts and configuration files for building and installation. I wonder how much of that complexity is really necessary? If I wanted Lua-Ada bindings I think I would start there, extract the Ada files and use a much simpler (admittedly less general) build process. I suspect it would be much easier to adapt and maintain. - Brian