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-Google-Thread: 103376,f5a3111843eb37e2 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!f47g2000hsd.googlegroups.com!not-for-mail From: pfpearson.net@gmail.com Newsgroups: comp.lang.ada Subject: Re: Questions on using prgma Import (C, foo) Date: Tue, 26 Feb 2008 12:01:24 -0800 (PST) Organization: http://groups.google.com Message-ID: <1f1c1fc8-4f22-4488-9565-c5fcafec1848@f47g2000hsd.googlegroups.com> References: <487a5f28-32d3-4bf6-921c-72c40c40b76e@41g2000hsc.googlegroups.com> NNTP-Posting-Host: 132.228.195.206 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1204056085 2077 127.0.0.1 (26 Feb 2008 20:01:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 26 Feb 2008 20:01:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f47g2000hsd.googlegroups.com; posting-host=132.228.195.206; posting-account=fdzthQoAAACMwPpBQYiXk93baqaXd0li User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20107 Date: 2008-02-26T12:01:24-08:00 List-Id: On Feb 26, 4:51 am, Jean-Pierre Rosen wrote: > pfpearson....@gmail.com a =E9crit :> I'm writing some Ada bindings for lua= (http://www.lua.org/), a very > > small and fast interpreter with a clean C API. > > There used to be an Ada binding to Lua athttp://www.cyberdanx.co.uk/ada95/= lua.html > > The link seems broken now, but the marvelous time machine athttp://web.arc= hive.orghas saved a copy as: > > http://web.archive.org/web/20060225040957/http://www.cyberdanx.co.uk/... > > That would certainly be a good starting point (maybe an endpoint for you > if the binding is complete enough - I never tried it personally) Thanks! I'd only found the broken link, and hadn't used the time machine. I'll look at that. I think lua's been updated a bit over the last couple of years, so that may actually *be* a starting point. Hopefully, it'll be okay for me to pick up where that author left off. If I can, I'll try to get a project set up at SourceForge, as has been suggested. That way, it should stay around when I stop maintaining it (which is very likely).