lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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