Re: Ideas for sugary 'new object' syntax ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Ideas for sugary 'new object' syntax ?
- From: "kaishaku13" <kaishaku13@...>
- Date: 2002年3月14日 18:17:58 -0000
I forgot to mention this is for userdata on the C/C++ side,
not for a pure Lua implemented class/object setup.
--- In lua-l@y..., Denis Andreev <denq@m...> wrote:
>
> k> I currently use :
> k> foo = new_ObjectName(params)
>
> For all objects we use:
> object = Object { <params> }
>
> --Denq