lua-users home
lua-l archive

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


On May 18, 2013, at 6:22 PM, Jay Carlson wrote:

> Compilation is a pure function from a stream to a Lua function. The same text always produces functions which have indistinguishable behavior.
> 
> The "no macros" theorem can be derived from that.

Well, strictly speaking you could have a certain kind of file-scoped macros. But you can't import them, which severely limits their utility.