From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Proposal: allow "guile foo.scm" Date: Fri, 12 Nov 2004 21:43:44 +0000 Message-ID: <41952E90.50709@ossau.uklinux.net> References: <1100197586.19830.125.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100295977 31052 80.91.229.6 (12 Nov 2004 21:46:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Nov 2004 21:46:17 +0000 (UTC) Cc: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Nov 12 22:46:07 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CSjF8-0007t3-00 for ; Fri, 12 Nov 2004 22:46:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSjNh-0002eF-K6 for guile-devel@m.gmane.org; Fri, 12 Nov 2004 16:54:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSjNf-0002eA-1v for guile-devel@gnu.org; Fri, 12 Nov 2004 16:54:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSjNe-0002dn-Bv for guile-devel@gnu.org; Fri, 12 Nov 2004 16:54:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSjNe-0002dk-7X for guile-devel@gnu.org; Fri, 12 Nov 2004 16:54:54 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSjER-0006BQ-Bz for guile-devel@gnu.org; Fri, 12 Nov 2004 16:45:23 -0500 Original-Received: from laruns (host81-130-105-202.in-addr.btopenworld.com [81.130.105.202]) by mail3.uklinux.net (Postfix) with ESMTP id DFD72409FB6; Fri, 12 Nov 2004 21:45:22 +0000 (UTC) Original-Received: from ossau.uklinux.net (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 196466FA21; Fri, 12 Nov 2004 21:43:45 +0000 (GMT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3 X-Accept-Language: en Original-To: Andy Wingo In-Reply-To: <1100197586.19830.125.camel@localhost> X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4380 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4380 Andy Wingo wrote: >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? > > This in already in CVS HEAD (since August 2003), so will be in 1.8 one day. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel