<p>I'm experiencing intermittant errors using timestamp+ on SBCL:</p><p> </p><p>If I do this:</p><p> </p><p>(dotimes (x 1000)</p><p>  (timestamp+ (now) 1 :day)</p><p>  (sleep .1))</p><p> </p><p>It works (but takes a while)</p><p> </p><p>But if I do this: </p><p> </p><p>(timestamp+ (now) 1 :year) </p><p> </p><p>It only works about half the time, and the other half the time I get a type error, ---some -always-large-always-positive-number--- is not of type fixnum. <br /></p><p> </p><p>Cheers,</p><p>Warren Wilkinson <br /></p>