[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Timings



There's no requirement in Common Lisp that most-positive-fixnum be any
particular size. It is legit for it to be 0. Code that writes

(delete a b :count most-positive-fixnum)

is certainly not portable.