On 6/13/05, Michele Simionato <[EMAIL PROTECTED]> wrote:
> 
> But then, how am I supposed to write a package (package=directory
> containing various modules and possibily subpackages)?
> 

The "extension" namespace is flat. You would need a common package
prefix for that.

Or you implement an extension specifier that maps to a separate directory:

(use my-package)   ; registers an ext-spec at compile-time
(use (my-package lib ...))


cheers,
felix


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to