Common Lisp constants have the values shown in Architectural constants.
Constant | 32-bit LispWorks | 64-bit LispWorks |
---|---|---|
2^29 - 1 | 2^60 - 1 | |
67108337 (almost 2^26) | 2^29 - 1 | |
2^26 | 2^29 - 1 |
Note: In 32-bit LispWorks 5.0, array-total-size-limit is 2^29 - 1, which is wrong.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:25