From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Hartwig Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Add ',run' and ',!' Date: Fri, 12 Apr 2013 07:55:34 +0800 Message-ID: References: <87fvyx4sqn.fsf@karetnikov.org> <87a9p5eigt.fsf@Kagami.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1365724538 27426 80.91.229.3 (11 Apr 2013 23:55:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2013 23:55:38 +0000 (UTC) Cc: guile-devel@gnu.org To: Ian Price Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 12 01:55:42 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UQRLB-00025r-7z for guile-devel@m.gmane.org; Fri, 12 Apr 2013 01:55:41 +0200 Original-Received: from localhost ([::1]:49010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQRLA-000209-VS for guile-devel@m.gmane.org; Thu, 11 Apr 2013 19:55:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQRL7-0001zt-N8 for guile-devel@gnu.org; Thu, 11 Apr 2013 19:55:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQRL5-0002x0-In for guile-devel@gnu.org; Thu, 11 Apr 2013 19:55:37 -0400 Original-Received: from mail-ia0-x22c.google.com ([2607:f8b0:4001:c02::22c]:52557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQRL5-0002wm-EP for guile-devel@gnu.org; Thu, 11 Apr 2013 19:55:35 -0400 Original-Received: by mail-ia0-f172.google.com with SMTP id k38so1952100iah.31 for ; Thu, 11 Apr 2013 16:55:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=toxs2lzNAI1jCBNwow/Tu0xJLXjlWVhzdrvxjoDaqG0=; b=rVcpn8wQ64zij7e4rIkVQ4uf84A20rFdUzrYUk/lmkeU2g6a696hrO+OrlpdAAhYee /q5TgAyi/oGZWhwfN32l9QWUoLl9PbppYysFRDRn15Ok3FD95V32N0A3ShK3kvCIUVV6 bNqHu2Iabi7RdkOFMbUnwXZwBhYA4IxBdhX/UpCIt0E7cXFMnwg3TtrwcLVpxwF3SHqG CJkkdEdbXdQx9pOYK8acdiADsgloySjH/HKQxbNYoyIRh9TRtwIIer6dYtXDPS+oBoOw xUllZUqiSHFqDk1MnYYspZeLdVr/UrKDBOtpyvCp1UVvJDS8E5f4jopUr+WCLPujw1Ni sAtw== X-Received: by 10.50.134.4 with SMTP id pg4mr156950igb.96.1365724534920; Thu, 11 Apr 2013 16:55:34 -0700 (PDT) Original-Received: by 10.64.26.168 with HTTP; Thu, 11 Apr 2013 16:55:34 -0700 (PDT) In-Reply-To: <87a9p5eigt.fsf@Kagami.home> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c02::22c X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16221 Archived-At: On 11 April 2013 13:37, Ian Price wrote: > >> So, what do you think? > > This is the sort of thing that belongs in a .guile rather than in > guile IMO. > Right, and since you can already do this with more control via the posix interface, adding this 'shortcut' to the repl adds little in the way of value.