lua-users home
lua-l archive

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


On Sat, Nov 21, 2009 at 6:41 PM, Mark Hamburg <mark@grubmah.com> wrote:
> I've contemplated that change myself as well. It has the benefit of being entirely transparent to existing code.

Yes, it's great using a language that throws away parameters you don't
need, and safely.

I hit this issue the other day, implementing a fallback, exactly as
Mark describes.

+1

steve d.