lua-users home
lua-l archive

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


On Mon, Sep 23, 2013 at 11:04 AM, Rena <hyperhacker@gmail.com> wrote:
> I'd go one step further and do: syslog.notice("The foo is %s", status)
> which incidentally happens to be exactly the interface for a log library I
> wrote a while ago.

Always possible to have basic C binding and do the pretty interface in
Lua - for instance luaposix and winapi use this strategy.  (In case of
winapi, extra Lua code is embedded in the DLL which makes for easier
use)