guile-devel
[Top][All Lists]
Advanced

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

Re: feature request: simple hashbang for executable scripts


From: Chaos Eternal
Subject: Re: feature request: simple hashbang for executable scripts
Date: Mon, 21 Aug 2017 07:04:59 +0000

you can put more arguments in before !# 
that is on-purpose.

On Sat, Aug 19, 2017 at 5:01 PM j kalbhenn <address@hidden> wrote:
scripts of other languages usually need just one line to specify the interpreter:

    #!/usr/bin/myinterpreter

but with guile we have to add a final !#

    #!/usr/bin/guile !#

    or even

    #!/usr/bin/guile -s
    !#

in my opinion, this is not ideal. from my perspective as a guile user this seems to be unnecessarily inconsistent and complicated.


reply via email to

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