lua-users home
lua-l archive

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


Am 18.02.2010 22:55, schrieb Jonathan Castello:
Nitpick: I would prefer loadfile(env, "config.lua"), to match the
parameter order of loadin(env, chunk). Otherwise I completely agree.

or maybe to hold the semantical contrast:
"loadin(env,chunk)" and "loadto(chunk,env)"?

- Frank