Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Use and abuse of dynamic loading RE: Getting dynamic loading towork on cygwin
- X-seq: zsh-workers 11729
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Use and abuse of dynamic loading RE: Getting dynamic loading towork on cygwin
- Date: Fri, 2 Jun 2000 18:52:56 +0400
- Importance: Normal
- In-reply-to: <0FVJ00HC06P518@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> I don't know what you mean by this. In perl, you use `use Module' to
> include a module, which may have compiled data, and may have autoload
> capability. In zsh, you use `zmodload -ab foo' and its
> friends to specify
> that foo is loadable from a module; you don't need to
> recompile to do that.
> What's the difference?
Yes, sorry, I overlooked it. I mostly thought about these magic modules
that are always autoloaded, like zle and completion, and file
bltinmods.list. This one is generated at compile time.
Do you mean that zsh doesn't come
> with a separate
> kit to allow you to compile new modules without the original
> compilation
> environment?
>
Yes, that's it.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author