guile-devel
[Top][All Lists]
Advanced

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

Re: new glug.org/docbits: srfi watch


From: Mikael Djurfeldt
Subject: Re: new glug.org/docbits: srfi watch
Date: 15 Mar 2001 23:51:20 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Martin Grabmueller <address@hidden> writes:

> I am thinking about moving them to a different file, say srfi-6.c, and
> define them in a module `(ice-9 srfi-6)', in the style of rdelim.c.
> Is that a good idea? Or should they be left in the root module?

While I think it's a good idea, I think it's an even better idea to
design a new module hierarchy so that we can leave "ice-9", and then
start to break up libguile into modules.

Would you be interested in making a proposal?

On the "top level" we could have things like:

 math: (math constants) (math random) (math primes) etc
 oop:  (oop goops) etc
 util: (util sort)

In some cases, it might be desirable to have three component names.

Best,
Mikael



reply via email to

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