[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Functional objects
- From: "Aaron Brown" <aaron-lua@...>
- Date: Wed, 22 Sep 2004 15:26:33 -0400
Alex Bilyk wrote:
> Semantically 'msg' is treated as a regular string... on
> one hand. On the other hand, it has to be a valid
> identifier token string.
The same is true for the {foo = "bar"} version
of {["foo"] = bar}.
(I do, however, feel some hesitation about adding things to
such a pleasantly small language.)
--
Aaron