lua-users home
lua-l archive

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


On Wed, Mar 31, 2010 at 6:49 PM, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
> It could be argued that Lua has a "blessed" OO system, with the file
> objects being its unique representative in the standard libraries.

This is true, otherwise we would not have the colon pseudo-operator.
It's just that newcomers might be a little frightened of
setmetatable() etc when they come to write their own 'classes'. (This
is not an argument for extra built-in sugar, BTW.)