chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] loading libraries: inconsistencies interpreter vs. c


From: felix winkelmann
Subject: Re: [Chicken-users] loading libraries: inconsistencies interpreter vs. compiler
Date: Mon, 13 Jun 2005 08:13:45 +0200

On 6/13/05, Michele Simionato <address@hidden> 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




reply via email to

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