Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh at perl conference and few questions



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