chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] srfi-29.egg (for srfi-19.egg)


From: John Cowan
Subject: Re: [Chicken-users] srfi-29.egg (for srfi-19.egg)
Date: Fri, 20 Oct 2006 15:14:04 -0400
User-agent: Mutt/1.3.28i

address@hidden scripsit:

> The reason for this is that srfi-19.scm uses (current-seconds)
> directly. A quick fix would be to replace this by
> (inexact->exact (current-seconds)) but this might become
> problematic looking at the ChangeLog entry for (current-seconds):

That won't help, because the current value of (current-seconds) is
too large to fit in a fixnum (on a 32-bit system, anyhow).  Instead,
the arithmetic has to be replaced.

-- 
John Cowan                              address@hidden
            http://www.ccil.org/~cowan
Humpty Dump Dublin squeaks through his norse
                Humpty Dump Dublin hath a horrible vorse
But for all his kinks English / And his irismanx brogues
                Humpty Dump Dublin's grandada of all rogues.  --Cousin James




reply via email to

[Prev in Thread] Current Thread [Next in Thread]