[plt-scheme] Timedeltas for PLT?

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Aug 16 07:06:49 EDT 2008

On Aug 16, Marek Kubica wrote:
> Hi,
> 
> I am trying to write some small non-trivial programs in Scheme and
> while looking for stuff that might help me I ran across PLT Reference
> Chapter 14.6, Time, <http://docs.plt-scheme.org/reference/time.html>.
> Now, I'm quite used to Pythons datetime
> <http://docs.python.org/dev/library/datetime.html> which has two
> constructs that are useful to me: datetime.strptime and the timedelta.
> Is there something like this also for PLT or do I have to create my own
> library[1]? 

Looks like both are covered by srfi-19.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.