|
From: Henry B. <hb...@pi...> - 2013-07-19 20:14:55
|
There are several places in the EusLisp documentation where the word 'integer' should be replaced by 'fixnum', because 'integer' refers to either a fixnum or a bignum. In particular, on page 5 under 'Data Types', the word 'integer' is used instead of 'fixnum' to refer to 30-bit immediate integers. Also, under 'Compatibility with Common Lisp', bignums _are_ supported. |