lua-users home
lua-l archive

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


on 1/30/05 3:18 AM, PA at petite.abeille@gmail.com wrote:

> In other words, I'm trying to make sense of Lua in my own terms. It's a
> learning experience first and foremost. When confronted with the
> 'unknown' (1) (2), I naturally tend to fail back to what I know (3).

This is fine as an approach. Lots of people do it. What one needs to
remember is that having contorted the language to view it in terms of (3),
don't then reach the conclusion that the language is necessarily contorted,
inefficient, or whatever.

Your LUObject implementation, for example, has a relatively high memory
overhead. Don't allow that to color your thinking about Lua's intrinsic
overhead.

Mark