lua-users home
lua-l archive

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


On 1/6/2011 2:36 AM, Jose Luis Hidalgo wrote:
>    You're right with the syntax, sorry, that's what I meant. And about
> SLB's missing features I would really appreciate an email telling me
> so, that's the only way I can improve SLB for others apart from me.

I didn't get past the lack of member variable bindings, and the lack of
documentation, when I did my review.

I also need shared_ptr<> to be handled cleanly; I didn't investigate far
enough to find out whether this was true of SLB. I also mentioned above
the need to be able to add new values to an object, and have them
persist across various shared_ptr<> instances of the object.

Otherwise, SLB looked like it probably had the features I needed, though
I didn't do a benchmark to see how big it made things; I also want the
binding to be pretty light.

Tim