Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh at perl conference and few questions
- X-seq: zsh-users 23376
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: zsh at perl conference and few questions
- Date: Sun, 29 Apr 2018 22:28:22 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=FbrZTKMbV7idlUUMXtKZIU1bKu26uWXOKr3us1l1fdE=; b=Aqyg2J010AJuddDoyH4CSnWO/DnsqUgxbgUilHtrCIPYj/SLLuueqghRHnV+8kTmHM rHnQptqbSEtqv9h6SuZ0OMHbLTUKso0O4kGuV2uf//fUakLRuCkXw2Wqc8OcGNmaAh3x 41H6i7NL96+45KYaXx7J60KY3kW8xVcL2ZpJklx8z+7qMurpi/mH5dU1KzLx0JlB4afR cdVqTwZn1KpxInAcWYcuWGG0rQ9dK57ZkgefIUJ6nB9SYBDWme6Ph8hGbjshdm3S2o8E a4zFRQVqFNXl4GJJB5Xp/pAuSzc1F9/8joXUGfvgzB2gdXW71El7euBEuFkdSErAfLGU SYSg==
- In-reply-to: <20180423110642.0e0a5ebe@camnpupstephen.cam.scsc.local>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20180423093610epcas4p2248cf6f0e76bd3e81ff6fa0ef55f5c25@epcas4p2.samsung.com> <20180422204849.GA30387@prometheus.u-strasbg.fr> <20180423110642.0e0a5ebe@camnpupstephen.cam.scsc.local>
On Mon, Apr 23, 2018 at 3:06 AM, Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
>
> Simple minded namespaces --- allow dots in the variable works
> --- are trivial,
It's actually not that trivial because the same code for parsing an
"identifier" is used in a lot of places. It's not possible to just
add "." to the set of identifier characters, because we don't want
$this.that to parse as ${this.that}, among other things.
Nevertheless this part --
> but the variable code is very complicated and working
> out how to do it properly is a big task that no one has been prepared to
> look at
-- is definitely the bigger part of the picture. For one thing, it
would be ideal if true namerefs were working before namespaces were.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author