lua-users home
lua-l archive

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


On Wed, Dec 9, 2009 at 12:15 PM, Wesley Smith <wesley.hoke@gmail.com> wrote:
> suggesting something that would operate more in one off situations
> like GSL shell, perhaps something at the C API level?

That would be the idea (Juris in fact suggested a C API
callback-driven design which could work nicely). Actually, the idea is
not necessariily to make it easier to modify Lua, just to make those
modifications pluggable. Something that in an ideal world you could
require()

Chaos is to be avoided, of course, mostly by good sense. Mostly
thinking about DSL design in Lua actually.