From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id TAA07423 for ; Wed, 28 Aug 1996 19:11:18 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id FAA04453; Wed, 28 Aug 1996 05:05:52 -0400 (EDT) Resent-Date: Wed, 28 Aug 1996 05:05:52 -0400 (EDT) From: Bruce Stephens Message-ID: <199608280903.LAA00506@cantecler.math.ruu.nl> Subject: Re: zsh: future and loadable modules To: zsh-workers@math.gatech.edu Date: Wed, 28 Aug 1996 11:03:35 +0200 (MET DST) In-Reply-To: <199608271632.QAA06609@rio.atlantic.net> from "Chip Salzenberg" at Aug 27, 96 04:32:21 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"9I6Fh1.0.V51.ll09o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2089 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > It needn't be too hard. Consider fvwm2 and Perl; both use loadable > modules to excellent effect. In particular, Perl's extension system > is easy to use and very powerful. fvwm2 (unless it's changed since the last version I got) spawns modules and communicates with them using pipes. It works just fine for fvwm, but I suspect it would have limited use in zsh. Tcl7.5 is another example worth looking at: it does dynamic loading on a few systems, and has autoconf support for it.