[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Bitflags
- From: Brian Hook <hook_l@...>
- Date: Mon, 3 Mar 2003 15:31:48 -0800
I know this topic comes up every now and then, but I still haven't
seen a succinct summary of it -- but basically fast bit flags don't
seem possible with Lua, which somewhat limits it as a scripting
language for a project I'm working on.
The key issue is that Lua doesn't have an integer type and the
associate bit twiddling operators. I'm assuming that this has been
shot down numerous times as bad, so what are people doing in the
interim to address this?
Thanks,
Brian