guile-devel
[Top][All Lists]
Advanced

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

feature request: simple hashbang for executable scripts


From: j kalbhenn
Subject: feature request: simple hashbang for executable scripts
Date: Sat, 19 Aug 2017 09:00:37 +0000
User-agent: Mutt/1.8.3 (2017-05-23)

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]