From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: stack calibration Date: Fri, 17 Apr 2009 11:35:35 +0200 Message-ID: References: <87d4bypwqv.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239961023 26711 80.91.229.12 (17 Apr 2009 09:37:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2009 09:37:03 +0000 (UTC) Cc: guile-devel To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 17 11:38:22 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LukWX-0003vf-Fx for guile-devel@m.gmane.org; Fri, 17 Apr 2009 11:38:17 +0200 Original-Received: from localhost ([127.0.0.1]:53763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LukV8-00039g-Ec for guile-devel@m.gmane.org; Fri, 17 Apr 2009 05:36:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LukV0-00039I-0z for guile-devel@gnu.org; Fri, 17 Apr 2009 05:36:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LukUu-00038y-16 for guile-devel@gnu.org; Fri, 17 Apr 2009 05:36:40 -0400 Original-Received: from [199.232.76.173] (port=52042 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LukUt-00038u-S9 for guile-devel@gnu.org; Fri, 17 Apr 2009 05:36:35 -0400 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:54258 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LukUt-0004DS-IX for guile-devel@gnu.org; Fri, 17 Apr 2009 05:36:35 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 452DCEA89; Fri, 17 Apr 2009 05:36:32 -0400 (EDT) Original-Received: from unquote (unknown [82.123.180.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id C4522EA83; Fri, 17 Apr 2009 05:36:29 -0400 (EDT) In-Reply-To: <87d4bypwqv.fsf@arudy.ossau.uklinux.net> (Neil Jerram's message of "Mon, 30 Mar 2009 21:43:36 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 3C4B3960-2B33-11DE-9E64-DC76898A30C1-02397024!a-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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: news.gmane.org gmane.lisp.guile.devel:8420 Archived-At: Hi Neil & all, On Mon 30 Mar 2009 22:43, Neil Jerram writes: > Andy Wingo writes: >> #!/bin/sh >> # -*- scheme -*- >> exec ${GUILE-guile} -e '(@ (scripts compile) compile)' -s $0 "$@" >> !# > > FWIW, I think this kind of incantation is really horrible. Ditto for > usage of "guile-tools ...". What kind of a scripting language is it > that needs to be bootstrapped by a different language? I've changed guile-tools in master to be a scheme script, and the scripts themselves to be normal modules. Things moved around a bit, but use-wise you shouldn't notice a difference. Man, do I have a job ahead of me wrt NEWS updates... Andy -- http://wingolog.org/