It seems there is no option to disable these annoying messages in guile 2.0. I do scripts using guile and I would appreciate not getting these messages that interfere with other output. It is possible to use 2>/dev/null but what would I do if my script would output error messages (as it will probably do at some point)? I don't want to do precompilation when scripting.
My suggestion is to add option --quiet to guile. $ ./test-script ;;; note: source file /home/misty/moonshine/yarg/scripts/./race ;;; newer than compiled /home/misty/.cache/guile/ccache/2.0-LE-4-2.0/home/misty/moonshine/yarg/scripts/test-script.go ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/misty/moonshine/yarg/scripts/./test-script ;;; compiled /home/misty/.cache/guile/ccache/2.0-LE-4-2.0/home/misty/moonshine/yarg/scripts/test-script.go Best Regards, -- Juhani Viheräkoski