bug-guile
[Top][All Lists]
Advanced

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

Re: 1.8.2 srfi-19 warns about current-time


From: Jon Wilson
Subject: Re: 1.8.2 srfi-19 warns about current-time
Date: Mon, 08 Oct 2007 17:34:44 -0400
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

Hi Greg,
One more option is to rename all of the symbols coming in from srfi-19. I've used this myself.

(use-modules ((srfi srfi-19) :renamer (symbol-prefix-proc 'tm:)))

This prefixes every symbol exported by srfi-19 with tm:, so current-time becomes tm:current-time etc.

Regards,
Jon




reply via email to

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