guile-user
[Top][All Lists]
Advanced

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

Re: [ANN] guile-colorized released!


From: Andy Wingo
Subject: Re: [ANN] guile-colorized released!
Date: Sun, 13 Jan 2013 11:58:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Wed 05 Dec 2012 03:43, Nala Ginrut <address@hidden> writes:

> You may post a trace result like that:
> ===============cut=================
> ,tr (use-modules (ice-9 colorized))
> ===============end=================

FWIW this probably doesn't do what you want -- the use-modules form is
actually evaluated twice: once at compilation time and again when it the
compiled expression is run.  The first one probably has the interesting
side effects, but it happens outside of the trace.

I hear you've fixed it since then, but wanted to mention this point :)

Cheers,

Andy
-- 
http://wingolog.org/



reply via email to

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