[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: metatables for strings?
- From: Daurnimator <quae@...>
- Date: Wed, 6 May 2015 16:09:25 +1000
On 6 May 2015 at 16:06, steve donovan <steve.j.donovan@gmail.com> wrote:
> Which feels too .. magical .. to me. Too baked into the language.
> Customizable literals are the way forward there, but we have the
> supremely flexible table {} constructor.
>
Also the no parenthesis sugar for strings.
e.g. this is valid: myurl = url "http://lua.org/"
- References:
- metatables for strings?, Sam Putman
- Re: metatables for strings?, Nagaev Boris
- Re: metatables for strings?, Sam Putman
- Re: metatables for strings?, Sam Putman
- Re: metatables for strings?, Dirk Laurie
- Re: metatables for strings?, Nagaev Boris
- Re: metatables for strings?, Philippe Lhoste
- Re: metatables for strings?, Roberto Ierusalimschy
- Re: metatables for strings?, Rena
- Re: metatables for strings?, Dirk Laurie
- Re: metatables for strings?, steve donovan