unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Proposal: allow "guile foo.scm"
@ 2004-11-11 18:26 Andy Wingo
  2004-11-12 14:08 ` Greg Troxel
  2004-11-12 21:43 ` Neil Jerram
  0 siblings, 2 replies; 7+ messages in thread
From: Andy Wingo @ 2004-11-11 18:26 UTC (permalink / raw)


Hey all,

What do you think of allowing guile to be run as "guile foo.scm"? The
proposal is for it to be the same as "guile -s foo.scm". This would
allow the #! sequence to be shorter, e.g.

#! /usr/bin/env guile
!#
...

instead of

#! /bin/sh
exec guile -s $0 "$@"
!#

assuming you want to find `guile' in the path, of course.

Thoughts?
-- 
Andy Wingo <wingo@pobox.com>
http://ambient.2y.net/wingo/


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2004-12-22 16:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-11 18:26 Proposal: allow "guile foo.scm" Andy Wingo
2004-11-12 14:08 ` Greg Troxel
2004-11-12 15:19   ` Paul Jarc
2004-12-22 16:25     ` Marius Vollmer
2004-11-12 15:32   ` Jose A. Ortega Ruiz
2004-11-12 15:39     ` Paul Jarc
2004-11-12 21:43 ` Neil Jerram

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).