[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why Lua is not more popular
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 23 Sep 2013 12:01:54 +0200
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)
- References:
- Why Lua is not more popular, Pierre Chapuis
- Re: Why Lua is not more popular, Tim Hill
- Re: Why Lua is not more popular, Pierre Chapuis
- Re: Why Lua is not more popular, steve donovan
- Re: Why Lua is not more popular, Andrew Starks
- Re: Why Lua is not more popular, D. Matt Placek
- Re: Why Lua is not more popular, Steve Litt
- Re: Why Lua is not more popular, Andrew Starks
- RE: Why Lua is not more popular, Dan Tull
- Re: Why Lua is not more popular, Sean Conner
- Re: Why Lua is not more popular, Dong Feng
- Re: Why Lua is not more popular, Rena