Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New options & arguments processing system for ZSH
- X-seq: zsh-workers 15662
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx, martin.ebourne@xxxxxxxxxxxx
- Subject: Re: New options & arguments processing system for ZSH
- Date: Sun, 19 Aug 2001 05:40:05 +0000
- In-reply-to: <OF653C664E.8AB47B26-ON80256AAB.004AC761@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <OF653C664E.8AB47B26-ON80256AAB.004AC761@xxxxxxxxxxxxxxx>
On Aug 17, 2:59pm, martin.ebourne@xxxxxxxxxxxx wrote:
}
} For now I'd like any comments people have, especially bug reports and
} praise (yeah right!).
I've barely glanced over it, but my initial impressions are:
- I like it a lot better than the XML version suggested by Felix, but
the ideal solution probably lies somewhere between the two.
- It suffers from the same problems as my _arg_compile scheme, to wit,
every function that uses it has to do a lot of extra work that is not
directly related to the purpose of the function.
- Here-documents end up getting encoded as strings in the compiled
function definition in memory, so this is probably prohibitive for
general use except when using zcompile'd files with memory mapping.
- You should have sent it to zsh-workers, not zsh-users. :-)
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author