lua-users home
lua-l archive

Re: An Idea: Proxying

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


oops, I said:
> loop(function (meta) ...
but forgot the implementation of loop (though you probably guessed it):
function loop (f)
 local function g(...)
 f(...)
 return g
 end
 return g
end

AltStyle によって変換されたページ (->オリジナル) /