lua-users home
lua-l archive

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


I choose to call it proxy because of the similarity. An alternative would have been "capsule", but the former is more fitting I believe for this kind of value.

On Mon, Jan 27, 2020 at 1:45 AM Coda Highland <chighland@gmail.com> wrote:
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