chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Autoloading optional dependencies


From: Felix
Subject: Re: [Chicken-users] Autoloading optional dependencies
Date: Sun, 12 Sep 2010 16:49:37 +0200 (CEST)

From: Alaric Snell-Pym <address@hidden>
Subject: [Chicken-users] Autoloading optional dependencies
Date: Sat, 11 Sep 2010 10:03:56 +0100

> 
> Hi there folks
> 
> I've noticed that the autoload egg goes partway towards solving
> Ugarit's
> "depends on EVERY hash, compression, and encryption egg" problem.
> 
> For those not familiar with it, the principle is that I can write:
> 
> (autoload z3 z3:encode-buffer z3:decode-buffer)
> 
> ...and only if I actually use the z3:encode-buffer or z3:decode-buffer
> functions *at run time* will there be an attempt to load z3.so.

But that wouldn't work inside modules, because you would have to
have access to the import library, right?


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]