On Wed, 18 Oct 2023, wolf <w...@wolfsden.cz> wrote:
[...]
>> #!/bin/sh
>> #-*-Scheme-*-
>> exec guile --no-auto-compile -e main -s "$0" "$@"
>> !#
>
> The problem with --no-auto-compile is that without the compilation the error
> messages (and stack traces) are... less than great.
>
> But other than that I am using the same shebang.

No auto-compile, but you still compile your file in your project!  I
just avoid the noisy warnings, although they are sometime useful.

-- 
Olivier Dion


Reply via email to