Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autoload and alias expansion question
- X-seq: zsh-users 12639
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: autoload and alias expansion question
- Date: Mon, 25 Feb 2008 17:31:05 -0800
- In-reply-to: <20080225214041.9F8B11F8F11@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080225214041.9F8B11F8F11@xxxxxxxxxxxxxxx>
On Feb 25, 4:40pm, Peter Hegedus wrote:
}
} Are you referring to the long-term supportability problem of macros
} in general?
Essentially, yes.
It's actually a bit worse in a shell-like interpreted language with
loose syntax. If a C #define is missing, your program probably won't
compile. If a global alias doesn't get defined, your script runs anyway,
you pass an extra (or at least different) argument to some command, and
who knows what happens from there.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author