next up previous contents
Next: 2.1.3 Floats Up: 2.1 Data Types Previous: 2.1.1 Symbols

2.1.2 Integers

The  fixnum type is equivalent to (signed-byte 30). Integers outside this range are represented as a  bignum or a word integer (see section 5.11.6.) Almost all integers that appear in programs can be represented as a fixnum, so integer number consing is rare.



Raymond Toy
Mon Jul 14 09:11:27 EDT 1997