lua-users home
lua-l archive

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


On Mon, Sep 05, 2005 at 03:33:31PM +0200, Philippe Lhoste wrote:
> >This is great functionality, but I'd still want access to the raw 
> >boolean operators. Without them, there's no sensible way of doing 
> >boolean algebra, which can be a great boon for optimising certain 
> >algorithms. They're also pretty much mandatory for things like 
> >encryption functions.
> 
> MD5, CRC, just to keep in simple (?), widely used algorithms.
> Random number generators, hashes, storage of large number of booleans, etc.

These mostly seem to be obvious candidates for implementing in C, anyway,
though.

-- 
Glenn Maynard