lua-users home
lua-l archive

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


On Fri, Apr 14, 2017 at 6:50 PM, Andrew Starks <andrew@starksfam.org> wrote:
> That is, whenever I found myself meta-programming in Lua, I end up throwing
> it away.

I've come to think that myself ;)

Interfaces should obviously be documented, but they don't really make
sense for dynamic languages. But you do _test_ against interfaces.