From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9483 invoked by alias); 29 Sep 2015 22:35:21 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36705 Received: (qmail 15631 invoked from network); 29 Sep 2015 22:35:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=JWIT6HIx3TPGMFV8oA/app/AfD0=; b=HAPGAN Plr73OA7TzEtWTg9RI3flAH8sBNCfrJG1Konx40vEgidiERR/1Qw7yNNGmSkCTAS du+EYMTJ2KpSO1KMkkeuvFMJAd3nd6sfSLJcMN0eYxN14YCPNhQt1tOKYcwBtvBb DJxPa/KFsW956t9wDc4mzz1NPjLUGbX8Ld9eY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=JWIT6HIx3TPGMFV8oA/app/AfD0=; b=fJTZQ vMuW1ShRUiz4o70IJfxn/8wJosFAZLhluqAfoi9nK6dHENE4r2JVnDZqvDE4jFdX pO09Rt5uMSbl/tiDMp7REf10apNph9zCJ/19DAF4BR6d60Xg7gQf+lidY2ATRc3y KPwXW9uwRUNXd6cCehH3pDunc5Wvv8yoPV5iQs= X-Sasl-enc: kNfNgbEINLrRqWjHnQjkOP2fadSvoZieU25KBYY/iXO2 1443566102 Date: Tue, 29 Sep 2015 22:34:59 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: Proof of concept: "static" parameter scope Message-ID: <20150929223459.GD2005@tarsus.local2> References: <150924192305.ZM2680@torch.brasslantern.com> <21593.1443459899@thecus.kiddle.eu> <20150928175834.GE3670@isis.sigpipe.cz> <150928182327.ZM29365@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <150928182327.ZM29365@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) Bart Schaefer wrote on Mon, Sep 28, 2015 at 18:23:27 -0700: > Make up a completely new term? "limited" ? "bounded" ? "scoped" ? disinherit? Although the term "inherit" is usually found in object-oriented contexts...