Email list hosting service & mailing list manager

Re: more revisions Prfnoff (08 Apr 2000 12:28 UTC)
RE: more revisions Will Fitzgerald (10 Apr 2000 12:24 UTC)
SRFI Revision and Code Will Fitzgerald (11 Apr 2000 15:30 UTC)
Re: SRFI Revision and Code Dave Mason (11 Apr 2000 15:45 UTC)
Re: SRFI Revision and Code Dave Mason (11 Apr 2000 17:22 UTC)

Re: more revisions Prfnoff 08 Apr 2000 12:29 UTC

>;; time arithmetic
>
>(add-seconds! time real) => time adds number of seconds to date,
> side-effecting it
>(add-seconds time real) => time adds number of seconds to date,
>creating new date.

There seems to be a missing operator here:

(time-difference time1 time2) => returns number of seconds (real)
elapsed from time2 to time1 (positive if time1 is later than time2).

-- Prfnoff
(this message first sent to a wrong address)