unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* feature request: simple hashbang for executable scripts
@ 2017-08-19  9:00 j kalbhenn
  2017-08-21  7:04 ` Chaos Eternal
  2017-08-23  6:00 ` Mark H Weaver
  0 siblings, 2 replies; 5+ messages in thread
From: j kalbhenn @ 2017-08-19  9:00 UTC (permalink / raw)
  To: guile-devel

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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-25  1:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19  9:00 feature request: simple hashbang for executable scripts j kalbhenn
2017-08-21  7:04 ` Chaos Eternal
2017-08-21  9:21   ` j
2017-08-23  6:00 ` Mark H Weaver
2017-08-25  1:30   ` Matt Wette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).