lua-users home
lua-l archive

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


On Sun, Jan 26, 2020 at 6:00 AM Stefan Ginsberg <stefan.ginsberg@gmail.com> wrote:
I have an idea for Lua that I wish to share. It is called proxying, or envelopment of values, and is an extension to the Lua core adding a new type of value: proxy.

It should be noted that the idea of a proxy already exists in Lua. See <https://www.lua.org/pil/13.4.4.html>. 

/s/ Adam