Implementation of numbers in uLisp


#1

I’ve added a new page about the implementation of numbers in uLisp:

Numbers

For example, it explains why this calculation doesn’t give the expected result of 20:

> (+ 2147483640 10 -2147483640 10)
10.0