[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: More on environments and objects
- From: "Aaron Brown" <aaron-lua@...>
- Date: Sat, 27 Aug 2005 11:23:02 -0400
Rici wrote:
> I'd put bit operations in string.*, not math.*. We can
> argue about this after 5.1 comes out.
Forgive me for jumping the gun, but I'd be interested in
seeing what kind of interface you're thinking of. Do you
imagine them taking or returning strings? What kinds?
(Maybe something like string.char(1, 1) represents
0000 0001 0000 0001 i.e., 257?)
--
Aaron