lua-users home
lua-l archive

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


This would be cool:

v = f(x) <- g(y) <- h(z)
v = v() -- v = result of f(x, g(y, h(z)))

(I guess Lua 5.3 can do <<- and stuff but has anyone made a lib for it yet?)

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.