[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is string always same as number? (the consistency of lua)
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 11 Feb 2011 14:47:04 +0200
On Fri, Feb 11, 2011 at 2:39 PM, Christian Tellefsen
<christian.tellefsen@funcom.com> wrote:
A fair summary. But these two points:
> * It has no type modifiers (like const, for example).
> * You can't create new types or new complex / compound types.
We can make a table read-only through some metatable magic, so 'const'
can be catered for.
And metatables generally give the mechanism to generate _user_ types,
even if they do all collapse into tables or userdata on the language
level.
steve d.
- References:
- Is string always same as number? (the consistency of lua), Xavier Wang
- Re: Is string always same as number? (the consistency of lua), Miles Bader
- Re: Is string always same as number? (the consistency of lua), Dirk Laurie
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), steve donovan
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), steve donovan
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), Philippe Lhoste
- Re: Is string always same as number? (the consistency of lua), Xavier Wang
- Re: Is string always same as number? (the consistency of lua), Alex Queiroz
- Re: Is string always same as number? (the consistency of lua), Christian Tellefsen