[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Samle code for using LuaJIT from C
- From: Rob Kendrick <lua-l@...>
- Date: Tue, 22 Jul 2008 09:13:30 +0100
On Tue, 22 Jul 2008 13:39:19 +0530
"V.N. Raju" <iamvnraju@gmail.com> wrote:
> Hi,
>
> Can anyone direct me to some kind of sample code for using
> LuaJIT with C.
> I have this app in which lua scripts call registered C functions in
> my host app.
> Now I want to use LuaJIT (from improving performance)
> and would like to know how to go about it.
> Any kind of inputs/directions will be appreciated.
What are you having trouble with? This should "just work" once you
follow the simple instructions that come with LuaJIT.
B.