zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: "Zsh Hackers' List" <zsh-workers@zsh.org>
Subject: Re: PATCH: arguments to anonymous function
Date: Sun, 19 Jun 2011 11:56:31 -0700	[thread overview]
Message-ID: <110619115631.ZM15246@torch.brasslantern.com> (raw)
In-Reply-To: <20110619191400.4aff850e@pws-pc.ntlworld.com>

On Jun 19,  7:14pm, Peter Stephenson wrote:
}
} This adds arguments to anonymous functions.

Nice; one added remark:

} +Arguments to the function may be specified as words following the
} +closing brace defining the function, hence if there are none no
} +arguments (other than tt($0)) are set.  Note that this means
}  the argument list of any enclosing script or function is hidden.

A consequence of this is that the only real use for this syntax is to
pass along some of the positional parameters of the caller.  E.g.,

    function { print Caller arguments: "$@" } "$@"

Anything not referencing the caller's positionals can already be done
by using "set -- ..." as the first line of the anonymous function.


  reply	other threads:[~2011-06-19 18:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-19 18:14 Peter Stephenson
2011-06-19 18:56 ` Bart Schaefer [this message]
2011-06-20  1:28 ` Mikael Magnusson
2011-06-20  8:49   ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=110619115631.ZM15246@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).