chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] structures


From: felix
Subject: Re: [Chicken-users] structures
Date: Fri, 08 Aug 2003 18:14:16 +0200
User-agent: Opera7.11/Linux M2 build 406

On 08 Aug 2003 12:04:25 +0200, Joerg F. Wittenberger <address@hidden> wrote:

Hi,

a) I like it.

Thanks.

b) Shall it eventually replace the chicken module system?

Chicken hasn't any module system. ;-)
(unless you mean `require', `(declare (export ...))', etc.)

c) I'm still missing a SRFI for the matter.  ;-)

Me too!

Note that a lot of name-resolution is done at runtime,
which means

a) Some overhead is involved (but the user has full control over it)
b) Structures can implement a true component model, one can load structures at runtime, create new ones, perform introspection, etc.
c) Structures are compositional and higher-order
d) No handling of macros

But I have to actually work with it. Again, any feedback is welcome.


cheers,
felix





reply via email to

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