On Wed 05 Dec 2012 03:43, Nala Ginrut <nalagin...@gmail.com> 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/