Re: How to do a Lua<->C hello world in Lua 5.1?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to do a Lua<->C hello world in Lua 5.1?
- From: Norman Clarke <norman@...>
- Date: 2011年1月20日 18:03:25 +0100
On Wed, Jan 19, 2011 at 06:03, Steve Litt <slitt@troubleshooters.com> wrote:
> Is there anywhere on the web that has an up todate, for Lua5.1, bare bones
> absolutely minimal example of Lua interfacing with C?
Here you go:
https://github.com/norman/hello-lua
Regards,
Norman