This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: list library


Jim Blandy wrote:
> 
> 
> I think putting them in a single module would be fine.  It's not that
> large.

It is actually pretty large, I think separate modules for the standard
and linear update versions would be better.

Also, while Olin did put a lot of effort into the design, some if is
just
plain weird in light of normal Scheme practice as mentioned on the
dicussion
list for the SRFI, most notably the rather weird `take' and `drop'
procedures.

 - Maciej