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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c5c33b99a3416b49,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-17 14:52:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.stueberl.de!newspeer1-gui.server.ntli.net!ntli.net!newsfep4-glfd.server.ntli.net.POSTED!53ab2750!not-for-mail From: chris User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030903 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Early Lua Binding Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Wed, 17 Sep 2003 22:56:37 +0100 NNTP-Posting-Host: 81.98.236.164 X-Complaints-To: abuse@ntlworld.com X-Trace: newsfep4-glfd.server.ntli.net 1063835536 81.98.236.164 (Wed, 17 Sep 2003 22:52:16 BST) NNTP-Posting-Date: Wed, 17 Sep 2003 22:52:16 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:42644 Date: 2003-09-17T22:56:37+01:00 List-Id: Hi, I just posted *a very early* version of a binding to Lua on my site. In the next 24 hours this bindings usefulness will probably double as more functions (and more useful functions) are added, but I've posted it early in a bid to get feedback from interested people before major changes become harder and/or take longer. You can get the binding to Lua 5.0 from www.cyberdanx.co.uk, and email danx at that address (or post here). It doesn't do very much, but a simple command line interface (as described in the Lua book) is functional and some stack routines are available (upto but not including all of section 3.5 of the ref manual). Tonight I'll add as many of the stack accessor functions as possible, then tomorrow the push functions... so it should be much more functional tomorrow. Regards, Chris Campbell www.cyberdanx.co.uk