>>> (with-error-to-file (current-error-port) (display "foo")) File "", line 1 (with-error-to-file (current-error-port) (display "foo")) ^ SyntaxError: invalid syntax >>>
Trying to learn Scheme, trying to work with Python…
Yes, right, guile throws another error message, i’ve already learned that :O)