chicken-users
[Top][All Lists]
Advanced

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

Re: How to handle egg with multiple modules


From: felix . winkelmann
Subject: Re: How to handle egg with multiple modules
Date: Wed, 26 May 2021 09:43:52 +0200

> >
> > (modules species (species ui))
> >
> > declares 2 modules, I"m not sure chicken-install can detect that the 
> > extension
> > consists of 2 files, with one module for each.
> >
>
> Does this mean that extensions are not supposed to be composed of more
> than one module?

It is uncommon, or multiple modules are handled by including them in one master
file.

> It seems like I was kind of trying to use the extension mechanism as a
> build system...

It can be used as such (and is), but that is not what eggs are intended to 
solve.
Extensions have to follow certain constraints, but it is unnecessary to impose
these constraints on building more complex applications.


felix




reply via email to

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