[plt-scheme] r6rs timer
Thanks for replying. Much obliged indeed.But as the implementation of SRFI
19 depends on PLT Scheme, I may as well directly import macro "time" from
scheme/base. I was looking for a timing tool that is available in all R6RS
implementations. Apparently such a timer is not included in R6RS or any of
its libraries. An omission? (I tend to think so :)
Jos
----- Original Message -----
From: "Thomas Chust" <chust at web.de>
To: "Jos Koot" <jos.koot at telefonica.net>
Sent: Thursday, August 28, 2008 7:03 PM
Subject: Re: [plt-scheme] r6rs timer
> Jos Koot wrote:
>
>> [...]
>> But I can't find something like PLT's "time" macro in any of the R6RS
>> libraries.
>> Does something alike live in R5RS? If so I would be much obliged if you
>> would provide me a pointer.
>> [...]
>
> Hello,
>
> it should be possible to code something roughly equivalent to PLT's time
> macro using SRF-19's (current-time 'time-thread) and (current-time
> 'time-utc).
>
> But I don't know of a convenient macro like time in any of the SRFIs or
> R6RS standard libraries.
>
> cu,
> Thomas