[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: integer math
- From: "Chris Percival" <cpercival@...>
- Date: Thu, 13 Dec 2001 13:48:31 -0000
If it is guaranteed that basic math like +, - and * on small values yield
exact results, then I guess using ver 4.0 is acceptable. Is there a
proposed release date for 4.1 proper?
Chris Percival
Software Engineer
Interaxis Computing Ltd.
DDI: +44 (0)1249 700072
http://www.interaxis.co.uk/
> -----Original Message-----
> From: owner-lua-l@tecgraf.puc-rio.br
> [mailto:owner-lua-l@tecgraf.puc-rio.br]On Behalf Of Luiz Henrique de
> Figueiredo
> Sent: 13 December 2001 13:14
> To: Multiple recipients of list
> Subject: RE: integer math
>
>
> >Is there an integer implementation of Lua available?
>
> Creating a integer-only version of Lua 4.0 is discussed in a post of mine
> of 9 Nov 2000. Search the archives for
> Message-Id: <200011090200.AAA28917@ibere.tecgraf.puc-rio.br>
>
> Creating a integer-only version of Lua 4.1-(alpha/work) should be
> much easier.
> Just a one-line change in config. It's the very first thing in config.
> --lhf