guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is it possible to write program only in Guile?


From: Olivier Dion
Subject: Re: Is it possible to write program only in Guile?
Date: Wed, 18 Oct 2023 15:14:28 -0400

On Wed, 18 Oct 2023, wolf <wolf@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

[Prev in Thread] Current Thread [Next in Thread]