l...@gnu.org (Ludovic Courtès) writes: > Maxim Cournoyer <maxim.courno...@gmail.com> skribis: > >> How do we instruct Guile to evaluate rather than compile? I don't think >> I've ever experimented with this yet! > > Simply by not compiling things (which includes passing > --no-auto-compile.) > > Ludo’.
I see. I was under the impression that things would be "compiled" anyway but the result kept in memory and discarded rather than cached when using '--no-auto-compile'. Thanks for clearing that up! Maxim