Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh at perl conference and few questions
- X-seq: zsh-users 23378
- From: Marc Chantreux <eiro@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: zsh at perl conference and few questions
- Date: Mon, 30 Apr 2018 14:57:39 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-filter: OpenDKIM Filter v2.10.3 aurora-borealis.phear.org 3017410992
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=phear.org; s=20180217; t=1525093061; bh=Sx+38MEFbD3fAG1XUpyCg6xZhI556JuKfYWcJfLEG6Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AUb51RN9qUNZ6FKr/waZU4sBpoKTTg/9L2w1n505SWDQCvAAtTDhu5OAcBs3+RO5b wq6bJRpOvtIyXqHsh+0qi5m4aSsZ+8DuT/8YvbGjS3pn5y2+T8n84vdmqqwzpp0wGa rP117bu4yYbgoty6dOe7S923LLLWJvlx4FUQ5ie8URIhV4d93CCZJFxPKE3j9Xb3x1 iDXr1gG5KqPrCuNK6JGSJQUvs8Gbf4nuYdosQAqtYvtjKa5EI3xOCeYBfv1/jpJ1Bt Fbz2DFlxHEQvzM4XxWA3rviyyfIb1wfGxTQXnXmC0r0C3YLscU95zlU3j37eL4TFbI xrZSrNQuyDGlA==
- In-reply-to: <CAH+w=7YEx2ZFQDEmzPYTRkLLN1KJcBioNvGf9pqDwEzd60NPGQ@mail.gmail.com>
- 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> <CAH+w=7YEx2ZFQDEmzPYTRkLLN1KJcBioNvGf9pqDwEzd60NPGQ@mail.gmail.com>
hello,
> -- is definitely the bigger part of the picture. For one thing, it
> would be ideal if true namerefs were working before namespaces were.
by true namerefs, you talk about the ability yo create nested
structures? something like
nicknames=( joe bob henry )
local -A anonymous=(
realname "John Doe"
nicknames ${&nicknames}
)
so
$anymous[nicknames][2] == "bob"
if it so, this would be awesome indeed ...
regards
marc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author