On 6/14/07, AndrevanTonder <andre at het.brown.edu> wrote:
> By the way, why not have versions be exact decimals
> instead of lists, so one could write things like
>
> (and (>= 5.45) (< 6))
>
> more concisely.
Because 5.45 is ambiguous between (5 45) and (5 4 5). Digits impose
an artificial restriction to the range 0-9.
--
Carl Eastlund
Received on Thu Jun 14 2007 - 10:47:44 UTC