lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Sep 23, 2015 at 8:40 AM, Ervin Hegedüs <airween@gmail.com> wrote:
> At first, I'ld like to use Lua as a "config" file, so there is a
> C based code, but few functions should be implemented in Lua, eg.
> calculate the points in a game...

You could use a higher-level C wrapper for the common operations
(shameless plug)

https://github.com/stevedonovan/llua

steve d.